]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 9 Jun 2023 22:32:38 +0000 (00:32 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 9 Jun 2023 22:32:38 +0000 (00:32 +0200)
- updated README.md

README.md

index eb278ba368e28d2fd716bbaf7b8849833baddb1d..694c8aa673e22bae943b9a5a3c9fb693ae4de562 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Used to see which instances block yours.
 sudo useradd -m fba
 sudo mkdir -p /opt/fedi-block-api
 sudo chown -R fba:fba /opt/fedi-block-api
-sudo -Hu fba git clone https://git.kiwifarms.net/mint/fedi-block-api.git /opt/fedi-block-api
-cd /opt/fedi-block-api
+sudo -Hu fba git clone git://git.mxchange.org/fba.git /opt/fedi-block-api/
+cd /opt/fedi-block-api/
 sudo -Hu fba pip3 install -r requirements.txt
 sudo -Hu fba cp blocks_empty.db blocks.db
-sudo -Hu fba python3 fetch_instances.py mastodon.social # try a bunch of large servers here
 sudo -Hu fba cp config.defaults.json config.json
+sudo -Hu fba ./fba.py fetch_instances --domain=mastodon.social # try a bunch of large servers here
 ```
 
 ### Alter configuration file