fixed typo in readme

This commit is contained in:
bitscuit 2021-10-31 12:42:15 +00:00
parent c6d4fec0b4
commit e86722528c
1 changed files with 2 additions and 2 deletions

View File

@ -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.