From 1a9c0038a679b5a38fecf3857d4a8bb2a6605bb0 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 15 Dec 2024 11:02:57 +0100 Subject: [PATCH] chore: update instruction with creation of config file --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fb89402..ed704c3 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ See it [in action](https://ayco.io/threads). # clone the project $ git clone git@git.sr.ht:~ayoayco/threads + # create app config from example + $ cp example_config.json config.json + # go into the project directory $ cd threads