Fix to broken CLI link. (#868)

* Fix to broken CLI link.

* Point to install CLI link in the Fn readme file
This commit is contained in:
Shaun Smith
2018-03-19 08:12:18 -04:00
committed by Sachin Pikle
parent a13960f6cd
commit 795f37f1bd

View File

@@ -2,7 +2,7 @@
## Option 1 (recommended): Use the `fn` cli tool
We recommend using the [fn cli tool](../fn/README.md) which will handle all of this for you. But if you'd like to dig in
We recommend using the [fn cli tool](../../README.md#install-cli-tool) which will handle all of this for you. But if you'd like to dig in
and customize your images, look at Option 2.
## Option 2: Build your own images
@@ -41,4 +41,4 @@ fn build
fn push
```
Now you can use that image when creating or updating routes.
Now you can use that image when creating or updating routes.