diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-28 14:18:52 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-28 14:18:52 -0400 |
commit | 9d9a2e5a7131424e1c63c056d4599bbb550cc98a (patch) | |
tree | 797c7eafbe6eef58c24c170d45ba9176800e540b | |
parent | 37142b5d78d2eace9fef79d20793b0d42965dae5 (diff) | |
download | getwtxt-9d9a2e5a7131424e1c63c056d4599bbb550cc98a.tar.gz |
updated install instructions
-rw-r--r-- | README.md | 7 |
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. |