Update README.md

This commit is contained in:
Aaron Boodman
2016-06-01 16:05:51 -07:00
parent cc7dea28b7
commit 244b747775

View File

@@ -19,9 +19,7 @@ This repository contains two reference implementations of the noms protocol - on
# Get the code
```
mkdir -p $GOPATH/src/github.com/attic-labs
cd $GOPATH/src/github.com/attic-labs
git clone https://github.com/attic-labs/noms
git clone https://github.com/attic-labs/noms $GOPATH/src/github.com/attic-labs/noms
```
# Build