Merge branch 'patch-1' into 'master'
Add missing 'sudo' in installation instructions See merge request framasoft/mobilizon!540
This commit is contained in:
commit
eefd697392
|
@ -166,7 +166,7 @@ sudo systemctl daemon-reload
|
||||||
And enable the service
|
And enable the service
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
systemctl enable --now mobilizon.service
|
sudo systemctl enable --now mobilizon.service
|
||||||
```
|
```
|
||||||
|
|
||||||
It will run Mobilizon and enable startup on boot. You can follow the logs with
|
It will run Mobilizon and enable startup on boot. You can follow the logs with
|
||||||
|
|
Loading…
Reference in a new issue