]> git.mxchange.org Git - fba.git/blobdiff - README.md
added config
[fba.git] / README.md
index 03fff23d0e7f4b1459b3199641b363fc06ac520d..9cda9e918f480283756528e4bc7027468eed4bd0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,8 +16,10 @@ sudo -Hu fba git clone https://gitlab.com/EnjuAihara/fedi-block-api.git /opt/fed
 cd /opt/fedi-block-api
 sudo -Hu fba pip3 install -r requirements.txt
 sudo -Hu fba cp blocks_preloaded.db blocks.db
+sudo -Hu fba cp config.defaults.json config.json
 ```
 
+
 ### Install the services
 
 ```bash