summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-28 14:18:52 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-28 14:18:52 -0400
commit9d9a2e5a7131424e1c63c056d4599bbb550cc98a (patch)
tree797c7eafbe6eef58c24c170d45ba9176800e540b
parent37142b5d78d2eace9fef79d20793b0d42965dae5 (diff)
downloadgetwtxt-9d9a2e5a7131424e1c63c056d4599bbb550cc98a.tar.gz
updated install instructions
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 76b5118..d6daa5a 100644
--- a/README.md
+++ b/README.md
@@ -70,16 +70,11 @@ $ git checkout $(git describe --tags --abbrev=0)
 
 Optionally, use the `go` tool to test and benchmark the files in `svc`.
 
-If you choose to run the tests, be sure to return to the main directory 
-afterwards.
-
 ```
-$ cd svc && go test -v -bench . -benchmem
+$ go test -v -bench . -benchmem ./...
 ...
 ...
 PASS
-
-$ cd ..
 ```
 
 Use `make` to initiate the build and install process.