From 654763cac1edbe9f3bfd99ab4578622d5282e5b2 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Wed, 30 Nov 2016 14:30:00 -0800 Subject: [PATCH] Mac/linux CLI --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b8811f3..53121fe2 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,10 @@ svc```). Then: ### Install the client CLI ``` - $ curl http://fission.io/fission > fission + # 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 @@ -144,6 +147,8 @@ svc```). Then: ### Run an example +Finally, you're ready to use Fission! + ``` $ fission env create --name nodejs --image fission/node-env