From: Roland Häder Date: Fri, 9 Jun 2023 22:32:38 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2b4df27191ca7d6ae96f6bd161d89aeb58b13f72;p=fba.git Continued: - updated README.md --- diff --git a/README.md b/README.md index eb278ba..694c8aa 100644 --- 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