mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
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:
committed by
Sachin Pikle
parent
a13960f6cd
commit
795f37f1bd
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user