From 2901b87d87a81f556dbb257ae34a5ae5ea34b120 Mon Sep 17 00:00:00 2001 From: hnrd Date: Fri, 17 Feb 2023 15:25:34 +0100 Subject: [PATCH] fix docker setup example --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 31883e1..77b7d79 100644 --- a/readme.md +++ b/readme.md @@ -41,7 +41,7 @@ The entire thing should look something like: cd ~ mkdir MastodonFireHose cd MastodonFirehose -git pull https://github.com/raynormast/fake-firehose.git +git clone https://github.com/raynormast/fake-firehose.git cd fake-firehose docker build -t fakefirehose . # Edit your docker-compose and .env.production here @@ -317,4 +317,4 @@ The work of [Gervasio Marchand](https://mastodonte.tech/@g3rv4) is fantastic but I wanted the simplest setup and config I could create, without setting up an entirely new web UI. There are a lot of things to do better, I'll work on the ones I have time and capability for. Otherwise, this project -is practically begging to be re-written in python or something else. \ No newline at end of file +is practically begging to be re-written in python or something else.