From e86722528ce1c6cf592801c425c3bf742f82c2d2 Mon Sep 17 00:00:00 2001 From: bitscuit Date: Sun, 31 Oct 2021 12:42:15 +0000 Subject: [PATCH] fixed typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5ee10f..a5999d0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you want others to be able to access it over the Internet, you should forward For a more permanent setup, I recommend you create a SystemD unit for your Fawkes website. Copy the following blueprint to `/etc/systemd/system/fawkes.service` and adjust it according to your specific setup: -´´´ +``` [Unit] Description=Fawkes Webserver @@ -44,7 +44,7 @@ ExecStart=/home/msta/Fawkes/launch [Install] WantedBy=multi-user.target -´´´ +``` Afterwards, run `sudo systemctl enable fawkes.service` to enable the service.