From 2b4df27191ca7d6ae96f6bd161d89aeb58b13f72 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 10 Jun 2023 00:32:38 +0200 Subject: [PATCH] Continued: - updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5