Update README.md

This commit is contained in:
aboodman
2015-07-14 14:08:08 -07:00
parent 74de3c7b68
commit 6f7d16340e

View File

@@ -20,9 +20,12 @@ This includes:
`go get -u -t github.com/attic-labs/noms/...`
# Build and run tests
# Build
`go test ./...`
```
go build ./...
go test ./...
```
# Run