1
0
zrcadlo https://github.com/therootcompany/sclient synchronizováno 2024-11-16 17:09:00 +00:00

output as dist/sclient

Tento commit je obsažen v:
AJ ONeal 2018-08-06 17:20:30 -06:00
rodič ab3ad9f5af
revize 1cb03c5a3e

Zobrazit soubor

@ -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