diff --git a/README.md b/README.md
index 4128576..c227ffe 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ You'll be asked some questions, such as which interface the `farmer` is listenin
Set the interface to the domain name or IP address of the `farmer`.
Once configured, the CLI prints out your administrator public key, which you'll need for the next step!
+##

2. On your control server, you'll need to install the `farmer`.
```bash
# or, just run as root instead of sudo
@@ -25,6 +26,7 @@ For the quick start, it's recommended to use the default ports (make sure there'
You'll be prompted for an admin public key, which you should have gotten from the prior step, and a certificate host name(s).
Make sure the certificate host name matches the external-facing interface (a domain or IP address) as it will be used for TLS validation!
+## 
3. On all of your fleet nodes, you'll need to install the `sprout`.
```bash
# Set FARMER_INTERFACE to your farmer's domain name. FARMER_BUS_PORT and FARMER_API_PORT
@@ -33,6 +35,8 @@ curl -L https://bootstrap.grlx.dev/latest/sprout | FARMER_INTERFACE=localhost su
```
Once the sprout is up and running, return to the CLI.
+## 
+
4. If all is well, you're ready to `cook`!
```bash
grlx keys accept -A
@@ -41,3 +45,5 @@ grlx -T \* test ping
grlx -T \* cmd run whoami
grlx -T \* cmd run --out json -- uname -a
```
+
+## 