From 36e056c1f424da8ab9d573d23154e4a597e1e5f5 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Wed, 30 Nov 2016 16:00:41 -0800 Subject: [PATCH] make cli download into 1 copy-pasteable command --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 44b9ff3a..d6f42a50 100644 --- a/README.md +++ b/README.md @@ -134,15 +134,16 @@ svc```). Then: ### Install the client CLI +Get the CLI binary for Mac: + +``` + $ curl http://fission.io/mac/fission > fission && chmod +x fission && sudo mv fission /usr/local/bin/ ``` - # Choose the right command, for Mac or Linux: - $ curl http://fission.io/mac/fission > fission - OR - $ curl http://fission.io/linux/fission > fission - $ chmod +x fission +Or Linux: - $ sudo mv fission /usr/local/bin/ +``` + $ curl http://fission.io/linux/fission > fission && chmod +x fission && sudo mv fission /usr/local/bin/ ``` ### Run an example