Add README for hotfunctions go example and update docs to point to it

This commit is contained in:
Nigel Deakin
2017-09-29 12:07:09 +01:00
parent c7fefff9a7
commit e613cd1b2e

View File

@@ -14,6 +14,7 @@ export FN_REGISTRY=<DOCKERHUB_USERNAME>
Build and deploy the function to the Fn server (default localhost:8080) Build and deploy the function to the Fn server (default localhost:8080)
```sh
fn deploy --app hot-app fn deploy --app hot-app
``` ```