From 79d7fc8dff8127decb11ac35b2f33e6e4ea08f65 Mon Sep 17 00:00:00 2001 From: Andrea Franz Date: Mon, 23 Oct 2023 10:15:35 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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