Skip to content

Commit

Permalink
Update commands to setup fission functions
Browse files Browse the repository at this point in the history
  • Loading branch information
beevelop authored Jul 10, 2018
1 parent fac0e21 commit 2ed638c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/fission-workflows/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Hooray! You can now use workflows in Fission.
Usage:
```bash
# Setup a couple of Fission functions
https://raw.githubusercontent.com/fission/fission-workflows/master/examples/whales/fortune.sh > fortune.sh
https://raw.githubusercontent.com/fission/fission-workflows/master/examples/whales/whalesay.sh > whalesay.sh
curl https://raw.githubusercontent.com/fission/fission-workflows/master/examples/whales/fortune.sh > fortune.sh
curl https://raw.githubusercontent.com/fission/fission-workflows/master/examples/whales/whalesay.sh > whalesay.sh

fission env create --name binary --image fission/binary-env
fission fn create --name whalesay --env binary --deploy ./whalesay.sh
Expand Down

0 comments on commit 2ed638c

Please sign in to comment.