diff --git a/README.md b/README.md index 9984f5a..8fb82bd 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,10 @@ Environment="PORT=" [Install] WantedBy=multi-user.target ``` + +Then start the service: + +```sh +$ sudo systemctl enable docs.brut.service +$ sudo systemctl start docs.brut.service +```