mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
readme mod
This commit is contained in:
17
README.md
17
README.md
@@ -24,7 +24,7 @@ platform that you can run anywhere. Some of it's key features:
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Installation
|
### Installation (if running locally)
|
||||||
|
|
||||||
NOTE: The following instructions apply while the project is a private repo. This will
|
NOTE: The following instructions apply while the project is a private repo. This will
|
||||||
build the Functions server and the CLI tool directly from the repo instead of
|
build the Functions server and the CLI tool directly from the repo instead of
|
||||||
@@ -42,6 +42,21 @@ make dep # just once
|
|||||||
make run # will build as well
|
make run # will build as well
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Installation (if using internal alpha service)
|
||||||
|
|
||||||
|
Set your system to point to the internal service on BMC:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
export API_URL=http://129.146.10.253:80
|
||||||
|
```
|
||||||
|
|
||||||
|
Download the pre-built CLI binary:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
........
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
<!-- ADD BACK ONCE PUBLIC
|
<!-- ADD BACK ONCE PUBLIC
|
||||||
|
|
||||||
### Install CLI tool
|
### Install CLI tool
|
||||||
|
|||||||
Reference in New Issue
Block a user