mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Use SSL install url for fn cli (#556)
* Use SSL install url for fn cli I know the other URL is shorter, but this is much safer. * Changed URL to a short URL with https
This commit is contained in:
committed by
Travis Reeder
parent
d1c83e4392
commit
0645cd7789
@@ -60,7 +60,8 @@ and you'll find plenty of information. We have pretty thorough post on the Iron.
|
||||
|
||||
Join our Slack community to get help and give feedback.
|
||||
|
||||
[](http://get.iron.io/open-slack)
|
||||
[](
|
||||
get.iron.io/open-slack)
|
||||
|
||||
## Quickstart
|
||||
|
||||
@@ -89,7 +90,7 @@ configuration options [here](docs/options.md). If you are on Windows, check [her
|
||||
Install the IronFunctions CLI tool:
|
||||
|
||||
```sh
|
||||
curl -LSs http://get.iron.io/fn | sh
|
||||
curl -LSs https://goo.gl/VZrL8t | sh
|
||||
```
|
||||
|
||||
This will download a shell script and execute it. If the script asks for a password, that is because it invokes sudo.
|
||||
|
||||
Reference in New Issue
Block a user