Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit fe2bcfc

Browse files
authored
Update README-en.md
1 parent a6f8471 commit fe2bcfc

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README-en.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,21 @@ firefox
8484

8585
# Installation
8686

87-
?? Only in termux
87+
! Only in termux
8888

89-
```
89+
```bash
9090
cd $HOME
9191
pkg update && pkg upgrade
92-
pkg install git
93-
pkg install wget
92+
pkg install git wget python
93+
pip install colorama
9494
git clone https://github.com/Yisus7u7/termux-desktop-xfce
9595
cd termux-desktop-xfce
96-
bash install-desktop-xfce.sh
96+
python install-desktop-xfce.py
97+
98+
#optional, recomended
99+
100+
bash get-qt5ct.sh
101+
97102
```
98103

99104
After that just have a cup of coffee... the script will do its job

0 commit comments

Comments
 (0)