filclient icon indicating copy to clipboard operation
filclient copied to clipboard

Add build instructions to README.md

Open gmelodie opened this issue 2 years ago • 2 comments

gmelodie avatar Aug 01 '22 15:08 gmelodie

Might be best to point to the README in the filc directory instead? The ffi dependency needs setting up and it requires other dependencies and all those complexities are detailed in that README. And, since Makefile handles a lot of the hassle, make filc might be better advice (also in that README).

rvagg avatar Aug 02 '22 04:08 rvagg

I suggest we add the following:

1 - build instruction

git clone <> 
cd filclient
make

2 - How to use

go get github.com/application-research/filclient@latest

followed by how to use

I discussed this with @elijaharita and he'll modify the readme.md to add these.

alvin-reyes avatar Aug 02 '22 14:08 alvin-reyes