output as dist/sclient
This commit is contained in:
parent
ab3ad9f5af
commit
1cb03c5a3e
|
@ -38,8 +38,8 @@ For the moment you'll have to install go and compile `sclient` yourself:
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.coolaj86.com/coolaj86/sclient.go.git
|
git clone https://git.coolaj86.com/coolaj86/sclient.go.git
|
||||||
pushd sclient.go
|
pushd sclient.go
|
||||||
go build sclient*.go
|
go build -o dist/sclient sclient*.go
|
||||||
rsync -av sclient-cli /usr/local/bin/sclient
|
rsync -av dist/sclient /usr/local/bin/sclient
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue