1
0
Fork 0

fix docker setup example

This commit is contained in:
hnrd 2023-02-17 15:25:34 +01:00
parent d466f59781
commit 2901b87d87
1 changed files with 2 additions and 2 deletions

View File

@ -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.
is practically begging to be re-written in python or something else.