From 11c7af56107a4280b32ce3f86a90a085c9af9d1b Mon Sep 17 00:00:00 2001 From: Charles Weill Date: Tue, 2 Feb 2016 11:17:47 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c31da34..fe08126 100644 --- a/README.md +++ b/README.md @@ -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.