Update README.md

Update build and install instructions to use go get.
This commit is contained in:
grittygrease
2013-11-21 12:26:54 -08:00
parent 576e326208
commit 55f36c9d6a

View File

@@ -10,12 +10,14 @@ Go server for two-man rule style file encryption and decryption.
This project requires Go 1.1 or later to compile.
Steps to compile:
make
go get github.com/cloudflare/redoctober
## Testing
Steps to test:
make test
go test github.com/cloudflare/redoctober...
## Running