From f6711e148fbfa441c553c85aed50c017cded169d Mon Sep 17 00:00:00 2001 From: Gabriel Cruz <8129788+gmelodie@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:28:10 -0400 Subject: [PATCH 1/3] add build instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index efa99d2..f5ff35d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A standalone client library for interacting with the filecoin storage network +## Building +```bash +go build ./filc +``` ## Features From 97f213b7c9145d0e252b6da3141136a6ea4219b8 Mon Sep 17 00:00:00 2001 From: Gabriel Cruz <8129788+gmelodie@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:32:27 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5ff35d..b2732db 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ A standalone client library for interacting with the filecoin storage network ## Building ```bash -go build ./filc +cd filc +go build ``` ## Features From f66b13f43d6d060e30100cc182a241e420da377a Mon Sep 17 00:00:00 2001 From: Gabriel Cruz <8129788+gmelodie@users.noreply.github.com> Date: Tue, 2 Aug 2022 12:55:03 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2732db..7ad9f42 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,20 @@ A standalone client library for interacting with the filecoin storage network -## Building +## Usage +Building the CLI: ```bash +make cd filc go build ``` +Using it as a golang library: +```bash +go get github.com/application-research/filclient@latest +``` + + ## Features - Make storage deals with miners