From 8089332cd36e74f2e6012b7f658347a9b78c126b Mon Sep 17 00:00:00 2001 From: Edgar HIPP Date: Sat, 18 Jul 2015 10:59:10 +0200 Subject: [PATCH] Update readme with installation method --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 -- 2.44.0