README.md | 11 +++++++---- diff --git a/README.md b/README.md index 4a5ef4943ef9942dfa5a3302cec9f004ca95e3b9..a195c65d75cd3703fc3ffe423f610553059d1459 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,11 @@ # 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