]> Sergey Matveev's repositories - path-extractor.git/commitdiff
Update readme with installation method
authorEdgar HIPP <hipp.edg@gmail.com>
Sat, 18 Jul 2015 08:59:10 +0000 (10:59 +0200)
committerEdgar HIPP <hipp.edg@gmail.com>
Sat, 18 Jul 2015 08:59:10 +0000 (10:59 +0200)
README.md

index 4a5ef4943ef9942dfa5a3302cec9f004ca95e3b9..a195c65d75cd3703fc3ffe423f610553059d1459 100644 (file)
--- 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