Adding tutorial prerequisites and correcting routes (#423)

* Adding tutorial prerequisites and correcting routes

* Correcting Quickstart link in README.md

* Minor edit to trigger pull request
This commit is contained in:
W Brian Leonard
2018-01-02 11:49:50 -05:00
committed by Reed Allman
parent 250bc645f9
commit 425bcc0954
7 changed files with 30 additions and 18 deletions

View File

@@ -3,6 +3,18 @@
Welcome to the Fn Getting Started Series, the best way to get started with Fn and serverless computing.
## Prequisites
* [Quickstart](../../README.md) has been completed.
When starting a new shell, remember to:
```
# Log Docker into your Docker Hub account
docker login
# Set your Docker Hub username
export FN_REGISTRY=<DOCKERHUB_USERNAME>
```
## Hello World Examples