From 1779a1b78d3a76a82d93e5c67d13b592a2c94028 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 6 Aug 2018 16:58:41 -0600 Subject: [PATCH] v1.0.1: typo fix clone address --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03627cd..8350ce9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ For the moment you'll have to install go and compile `sclient` yourself: * ```bash -git clone +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 ```