mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 13:54:38 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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