From e31a5f147df09e6323c142e514d051704da817ae Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 12 Sep 2024 23:16:14 +0100 Subject: [PATCH] Updated hosting.md --- hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting.md b/hosting.md index 0d0dd26..eb1d6b1 100644 --- a/hosting.md +++ b/hosting.md @@ -18,7 +18,7 @@ Create a virtual enviornment for all of BetterTwitFix's dependencies to live in After that completes, install all the requirements for BetterTwitFix by running `pip3 install -r requirements.txt` and then `pip3 install uwsgi` -Test that everything is correct by running `python3 twitfix.py`. If all worked out well you should see a message that says it's running! You're not done yet though! Press CTRL+C to exit out of that for now. +Test that everything is correct by running `python3 twitfix.py`. If all worked out well you should see a message that says it's running! You're not done yet though (unless you're running a dev environment)! Press CTRL+C to exit out of that for now. Edit the twitfix.service file. You can use nano for this by running `nano twitfix.service`