diff --git a/README.md b/README.md index 6f554a5..dc550ee 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,13 @@ post /pinning/pinJSONToIPFS post /pinning/pinFileToIPFS ``` -### Test +### Test and Build -`go test` +``` +git clone git@github.com:gitcoinco/pina.git +go test +go build +``` ### Run