quick start `curl` needs -L flag

This commit is contained in:
Michael Bradley, Jr 2018-08-02 15:12:48 -05:00
parent 7f7c82cbf8
commit a803291447
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
In a Bash shell:
``` shell
source <(curl https://bit.ly/run_embark)
source <(curl -L https://bit.ly/run_embark)
run_embark demo
cd embark_demo
run_embark