Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cweill committed Feb 2, 2016
1 parent 1924acc commit 11c7af5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@ $ export GOPATH=$HOME/go
$ export PATH=$PATH:$GOPATH/bin
```
## Updating
To update from anywhere:
```sh
$ cwd=$(pwd); cd $GOPATH/src/github.com/cweill/gotests; git pull; go install; cd $cwd
$ go get -u github.com/cweill/gotests
```
## Usage
gotests only generates missing test functions, leaving existing ones intact.
Expand Down

0 comments on commit 11c7af5

Please sign in to comment.