Skip to content

Commit 464a74a

Browse files
authored
fix: added instructions for Android installation.
1 parent 7ebf8ee commit 464a74a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ If your shell is non-rooted then use `sudo` infront of every command mentioned b
4545

4646
All the commands related to above points are added below. Just copy, paste and enter these.
4747
```bash
48-
yes | (apt update && apt upgrade && apt install wget) && bash -c "$(wget https://raw.githubusercontent.com/OurCodeBase/TermUi/main/assets/easyboot.sh -O -)"
49-
mv -f SpaceMonoNerdFont-Bold.ttf ~/.termux/font.ttf
48+
yes | (apt update && apt upgrade && apt install wget) && bash -c "$(wget https://raw.githubusercontent.com/OurCodeBase/TermUi/main/assets/easyboot.sh -O -)" && \
49+
wget https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/SpaceMono/Bold/SpaceMonoNerdFont-Bold.ttf && \
50+
mv -f SpaceMonoNerdFont-Bold.ttf ~/.termux/font.ttf && \
5051
apt install nodejs neovim
5152
```
5253

0 commit comments

Comments
 (0)