diff --git a/docs/README.md b/docs/README.md index 28af4a7..d6334c0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -95,6 +95,6 @@ The makeself installer not only installs the application but also installs it as Start/Stop the service: ``` -sudo systemctl start mrci@$USER -sudo systemctl stop mrci@$USER +sudo systemctl start mrci +sudo systemctl stop mrci ```