diff --git a/README.md b/README.md index 3ff8c3513..380696ec3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # IronFunctions -## Run functions +## Quickstart + +This guide will get you up and running in a few minutes. + +### Run IronFunctions Container To get started quickly with IronFunctions, you can just fire up an `iron/functions` container: @@ -10,8 +14,6 @@ docker run --rm --name functions --privileged -it -v $PWD/data:/app/data -p 8080 **Note**: A list of configurations via env variables can be found [here](docs/api.md).* -## Using Functions - ### Create an Application An application is essentially a grouping of functions, that put together, form an API. Here's how to create an app.