Skip to content

Commit ad511ab

Browse files
update markdown code language and docs fix
1 parent c7b6904 commit ad511ab

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

udroid-landing/quick-installation-and-usage.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,19 @@ pulseaudio --start --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth
6161

6262
First up of all install Termux-x11 from above link, in termux use
6363

64-
```
64+
```bash
6565
XDG_RUNTIME_DIR=$PREFIX/bin Xwayland -ac :1 > /dev/null &
6666
```
6767

68-
This time start udroid with
68+
This time start udroid with `--shared-tmp`
6969

70-
```
70+
```bash
7171
proot-distro login udroid --shared-tmp
7272
```
73+
###### or
74+
```bash
75+
udroid --shared-tmp
76+
```
7377

7478
And then start Xfce4 on Xwayland via
7579

0 commit comments

Comments
 (0)