Update README.md

should download + install splitsh/lite package before building binary.
This commit is contained in:
Inal Djafar 2016-06-07 00:02:31 +02:00
parent fabf72bf26
commit 98daaf2716

View file

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