updated install instructions

This commit is contained in:
Ben Morrison 2019-06-28 14:18:52 -04:00
parent 37142b5d78
commit 9d9a2e5a71
Signed by untrusted user: gbmor
GPG Key ID: 8F192E4720BB0DAC
1 changed files with 1 additions and 6 deletions

View File

@ -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.