补充 sudo.
Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
parent
f9c241d96b
commit
7630011899
|
@ -7,7 +7,7 @@ Remmina is a remote desktop client written in GTK from the FreeRDP project. It s
|
|||
Install the remmina package.
|
||||
|
||||
```bash
|
||||
pacman -S remmina
|
||||
sudo pacman -S remmina
|
||||
```
|
||||
|
||||
For VNC support install the libvncserver package.
|
||||
|
@ -15,7 +15,7 @@ For VNC support install the libvncserver package.
|
|||
If you need RDP support, also install the optional freerdp or remmina-plugin-rdesktopAUR.
|
||||
|
||||
```bash
|
||||
pacman -S freerdp
|
||||
sudo pacman -S freerdp
|
||||
```
|
||||
|
||||
For these note:
|
||||
|
|
Loading…
Reference in New Issue