Update README.md

This commit is contained in:
Aaron Boodman
2016-06-01 16:33:15 -07:00
parent e1fb5ebd90
commit 0e9a2cd781

View File

@@ -26,9 +26,9 @@ go install github.com/attic-labs/noms/cmd/...
```
cd "$GOPATH/src/github.com/attic-labs/noms/clients/go/counter"
go build
./counter ldb:/tmp/foo:foo
./counter ldb:/tmp/foo:foo
./counter ldb:/tmp/foo:foo
./counter ldb:/tmp/nomsdb:counter
./counter ldb:/tmp/nomsdb:counter
./counter ldb:/tmp/nomsdb:counter
```
# What next?