Skip to content

Commit 11c7af5

Browse files
committed
Update README.md
1 parent 1924acc commit 11c7af5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@ $ export GOPATH=$HOME/go
9797
$ export PATH=$PATH:$GOPATH/bin
9898
```
9999
## Updating
100-
To update from anywhere:
101100
```sh
102-
$ cwd=$(pwd); cd $GOPATH/src/github.com/cweill/gotests; git pull; go install; cd $cwd
101+
$ go get -u github.com/cweill/gotests
103102
```
104103
## Usage
105104
gotests only generates missing test functions, leaving existing ones intact.

0 commit comments

Comments
 (0)