chore: update instruction with creation of config file

This commit is contained in:
Ayo Ayco 2024-12-15 11:02:57 +01:00
parent 0451a7756a
commit 1a9c0038a6

View file

@ -35,6 +35,9 @@ See it [in action](https://ayco.io/threads).
# clone the project # clone the project
$ git clone git@git.sr.ht:~ayoayco/threads $ git clone git@git.sr.ht:~ayoayco/threads
# create app config from example
$ cp example_config.json config.json
# go into the project directory # go into the project directory
$ cd threads $ cd threads