Updated wiki page for mp

This commit is contained in:
ngn
2024-02-03 16:20:29 +03:00
parent 6611e1fa1f
commit b1461db195
3 changed files with 49 additions and 2 deletions

View File

@ -21,3 +21,10 @@ You can enable root login, by editing `/etc/ssh/sshd_config`:
```
PermitRootLogin yes
```
## Installing XORG
Xorg can be installed using a simple wrapper package:
```
# mp-install xorg
```
Then you can use `startx` to start the `xorg-server`.