minor #7 Update README.md (inalgnu)

This PR was merged into the master branch.

Discussion
----------

Update README.md

should download + install splitsh/lite package before building binary.

Commits
-------

98daaf2 Update README.md
This commit is contained in:
Fabien Potencier 2016-06-07 09:05:28 +02:00
commit 045b01fafa

View file

@ -39,6 +39,7 @@ make install
Compiling
```bash
go get github.com/splitsh/lite
go build -o splitsh-lite github.com/splitsh/lite
```