Skip to content

Commit

Permalink
Install is more straigtforward.
Browse files Browse the repository at this point in the history
No need for the install script too. That would be part of package
manager configuration.
  • Loading branch information
alanxoc3 committed Dec 8, 2019
1 parent 6a76b65 commit 34e86e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ flashcards!
## Install
Install like any other go application.
``` bash
go get github.com/alanxoc3/concards;
cd $GOPATH/src/github.com/alanxoc3/concards;
go build; # Or `./install.sh`
go install github.com/alanxoc3/concards
~/$GOPATH/bin/concards --help
```

## Features
Expand Down
6 changes: 0 additions & 6 deletions install.sh

This file was deleted.

0 comments on commit 34e86e4

Please sign in to comment.