Mac/linux CLI

This commit is contained in:
Soam Vasani
2016-11-30 14:30:00 -08:00
parent 460db87bd7
commit 654763cac1
+6 -1
View File
@@ -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