From 2ed638c27e51458878fd123e8ebb37ec2a69e83d Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Tue, 10 Jul 2018 13:45:40 +0200 Subject: [PATCH] Update commands to setup fission functions --- charts/fission-workflows/templates/NOTES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/fission-workflows/templates/NOTES.txt b/charts/fission-workflows/templates/NOTES.txt index bbe4321b..fb948051 100644 --- a/charts/fission-workflows/templates/NOTES.txt +++ b/charts/fission-workflows/templates/NOTES.txt @@ -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