v1.0.1: typo fix clone address

このコミットが含まれているのは:
AJ ONeal 2018-08-06 16:58:41 -06:00
コミット 1779a1b78d
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -36,7 +36,8 @@ For the moment you'll have to install go and compile `sclient` yourself:
* <https://golang.org/doc/install#install>
```bash
git clone
git clone https://git.coolaj86.com/coolaj86/sclient.go.git
pushd sclient.go
go build sclient*.go
rsync -av sclient-cli /usr/local/bin/sclient
```