From e613cd1b2e5db2724909199f47705b5800d0221c Mon Sep 17 00:00:00 2001 From: Nigel Deakin Date: Fri, 29 Sep 2017 12:07:09 +0100 Subject: [PATCH] Add README for hotfunctions go example and update docs to point to it --- examples/tutorial/hotfunctions/http/go/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tutorial/hotfunctions/http/go/README.md b/examples/tutorial/hotfunctions/http/go/README.md index a785ecd93..c5f8e73c6 100644 --- a/examples/tutorial/hotfunctions/http/go/README.md +++ b/examples/tutorial/hotfunctions/http/go/README.md @@ -14,6 +14,7 @@ export FN_REGISTRY= Build and deploy the function to the Fn server (default localhost:8080) +```sh fn deploy --app hot-app ```