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.