From 1cb03c5a3ee9a7c0ac1950b28f0bfbf897886dd5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 6 Aug 2018 17:20:30 -0600 Subject: [PATCH] output as dist/sclient --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 341bba5..dcf9ec6 100644 --- a/README.md +++ b/README.md @@ -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