v1.0.1: typo fix clone address
This commit is contained in:
parent
224d005a90
commit
1779a1b78d
|
@ -36,7 +36,8 @@ For the moment you'll have to install go and compile `sclient` yourself:
|
||||||
* <https://golang.org/doc/install#install>
|
* <https://golang.org/doc/install#install>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone
|
git clone https://git.coolaj86.com/coolaj86/sclient.go.git
|
||||||
|
pushd sclient.go
|
||||||
go build sclient*.go
|
go build sclient*.go
|
||||||
rsync -av sclient-cli /usr/local/bin/sclient
|
rsync -av sclient-cli /usr/local/bin/sclient
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue