From b082d0de05475694b20d197ae2d43ecc4cdc8806 Mon Sep 17 00:00:00 2001 From: gmemstr Date: Tue, 19 Dec 2017 09:18:19 -0800 Subject: [PATCH] Added configuration edit step to readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 940614e..97b6182 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,10 @@ There are a couple options for getting Pogo up and running. 1. [Download the latest release](https://github.com/gmemstr/pogo/releases/latest) 2. Unzip somewhere safe -3. Run `pogo` -4. Navigate to your instance (`localhost:3000` by default) -5. Login to the admin interface (your credentials are generated on the first run) +3. [Edit the configuration](https://github.com/gmemstr/pogo/wiki/Configuration) +4. Run `pogo` +5. Navigate to your instance (`localhost:3000` by default) +6. Login to the admin interface (your credentials are generated on the first run) ## Building