commit f1b9df0fdea4bc455e5209c6a11833fc24823db0
parent 5e08b960d4e7bd404c88a52d272394c0a954e6ca
Author: René Wagner <rwagner@rw-net.de>
Date: Fri, 1 May 2020 19:50:58 +0200
implements ~rwa/devShort#5
Diffstat:
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -33,7 +33,7 @@ The devShort URL shortener is the perfect choice for web developers, admins and
## 1-2-3 Step installation
1. Download the latest [release](https://git.sr.ht/~rwa/devshort/refs) and upload it to the desired installation place
-2. Move `admin/config.json.example` to
+2. Move `admin/config.json.example` to `admin/config.json` and `admin/stats.json.example` to `admin/stats.json`
3. Adjust the configuration in `admin/config.json`, especially **insert a admin password**
4. Start using devShort!
diff --git a/data/config.json b/data/config.json.example
diff --git a/data/stats.json b/data/stats.json.example