Added Installing Azure Functions SDK from Source

This commit is contained in:
theckert 2019-04-16 11:49:46 -07:00
parent 9dbbe9b5eb
commit 7c6293fb25
1 changed files with 8 additions and 0 deletions

View File

@ -84,3 +84,11 @@ Use `cargo test` to run the tests:
``` bash
cargo test
```
### Installing Azure Functions SDK from Source
To install the Azure Functions SDK from source, from the root of the project run
``` bash
cargo install -f --path azure-functions-sdk
```