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.