From a945e74c3e375f5437080d82d879a7f57bcc1ce7 Mon Sep 17 00:00:00 2001 From: Shaun Smith Date: Tue, 5 Sep 2017 17:13:14 -0400 Subject: [PATCH] Moved export of FN_REGISTRY in front of `fn run` which needs it set. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c5993d736..1457b20c1 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,13 @@ Now run the following CLI commands: # This detects your runtime from the code above and creates a func.yaml fn init +# Set your Docker Hub username +export FN_REGISTRY= + # Test your function # This will run inside a container exactly how it will on the server fn run -# Set your Docker Hub username -export FN_REGISTRY= - # Deploy your functions to the Fn server (default localhost:8080) # This will create a route to your function as well fn deploy myapp @@ -124,4 +124,3 @@ For more information, see: [https://github.com/treeder/functions-ui](https://git ### Check out the [Tutorial Series](examples/tutorial/) It will demonstrate some of Fn capabilities through a series of exmaples. We'll try to show examples in most major languages. This is a great place to start! -