output as dist/sclient

这个提交包含在:
AJ ONeal 2018-08-06 17:20:30 -06:00
父节点 ab3ad9f5af
当前提交 1cb03c5a3e
共有 1 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -38,8 +38,8 @@ For the moment you'll have to install go and compile `sclient` yourself:
```bash
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
go build -o dist/sclient sclient*.go
rsync -av dist/sclient /usr/local/bin/sclient
```
```bash