From: Edgar HIPP Date: Sat, 18 Jul 2015 08:59:10 +0000 (+0200) Subject: Update readme with installation method X-Git-Url: http://www.git.stargrave.org/?p=path-extractor.git;a=commitdiff_plain;h=8089332cd36e74f2e6012b7f658347a9b78c126b Update readme with installation method --- diff --git a/README.md b/README.md index 4a5ef49..a195c65 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,11 @@ With bash: # Installation ``` -git clone # in your go path -go test -go build -go install +go get github.com/edi9999/path-extractor/path-extractor ``` + +You will have the `path-extractor` in your `$GOPATH/bin` directory which you can rename or alias to `pe` + +# Binaries + +They are no binaries for now (you have to build it yourself), but one idea would be to use [goxc](https://github.com/laher/goxc) to compile it on multiple platforms