diff --git a/README.md b/README.md
index 8476049..0d32dc3 100755
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
-# Aviation
+
+

+
Aviation Data
+
## Makefile
`make help` to list all commands
@@ -6,8 +9,13 @@
## Setup
1. Override any environment variables in `.env.local`
-2. Build the api and ui images with `make build`
-3. Run the application with `make up`
+2. Build the required images. Running just `make build` will build the `nginx` image
+ * `make build f=nginx`
+ * `make build f=api`
+ * `make build f=ui`
+3. Generate the SSL certificates with `make cert d=`
+ * Running just `make cert` will generate `localhost` certificates
+4. Run the application with `make up`
## Data Sources