Skip to content

Commit

Permalink
fixup line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
taigrr committed Sep 11, 2024
1 parent 2eb1d86 commit 1928911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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!
It's recommended you now add `grlx` somewhere in your `$PATH`.

1. On your control server, you'll need to install the `farmer`.
2. On your control server, you'll need to install the `farmer`.

```bash
# or, just run as root instead of sudo
Expand All @@ -42,7 +42,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!

1. On all of your fleet nodes, you'll need to install the `sprout`.
3. On all of your fleet nodes, you'll need to install the `sprout`.

```bash
# or, just run as root instead of sudo
Expand All @@ -53,7 +53,7 @@ curl -L https://bootstrap.grlx.dev/latest/sprout | FARMERINTERFACE=localhost sud

Once the sprout is up and running, return to the CLI.

1. If all is well, you're ready to `cook`! Accept the TLS cert and the `sprout` keys when prompted.
4. If all is well, you're ready to `cook`! Accept the TLS cert and the `sprout` keys when prompted.

```bash
grlx version
Expand Down

0 comments on commit 1928911

Please sign in to comment.