Skip to content

Commit 7ebf8ee

Browse files
authored
added instructions for Android installation.
1 parent e2985e1 commit 7ebf8ee

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

docs/readme.md

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<div align="center">
32

43
# Code Editor
@@ -18,23 +17,42 @@ You have to make sure that you already have, atleast basic knowledge of terminal
1817

1918
## Badges
2019
![ChipperCI](https://img.shields.io/badge/bsd_licensed-1e394e.svg?style=for-the-badge&logo=chipperci&logoColor=white)
21-
2220
![Fastlane](https://img.shields.io/badge/maintained-%2382bd4e.svg?style=for-the-badge&logo=fastlane&logoColor=black)
2321

24-
2522
## Installation
2623

27-
code-editor is based on `neovim` and it's language server protocol is installed and used through `nodejs` and `npm`. So you must have to install the dependencies.
24+
code-editor is based on **neovim**, **nodejs** and **npm**. So you must have to install the dependencies.
25+
26+
- Install a [nerd-font](https://github.com/ryanoasis/nerd-fonts) in terminal for icon support.
2827

2928
### Install dependencies
3029

3130
If your shell is non-rooted then use `sudo` infront of every command mentioned below.
3231

33-
| **Platform** | **Supported Package** | **Command** |
34-
|:--------------------:|:---------------------:|:---------------------------:|
35-
| Debian Based | deb | `apt install nodejs neovim` |
36-
| RHEL Based | rpm | `dnf install nodejs neovim` |
37-
| Arch Based | pkg.tar.zst | `pacman -S nodejs neovim` |
32+
| **Platform** | **Package Support** | **Command** |
33+
|:------------:|:-------------------:|:---------------------------:|
34+
| Debian Based | deb | `apt install nodejs neovim` |
35+
| RHEL Based | rpm | `dnf install nodejs neovim` |
36+
| Arch Based | pkg.tar.zst | `pacman -S nodejs neovim` |
37+
38+
<details>
39+
<summary>Check this if you're using an Android.</summary>
40+
<br>
41+
42+
- Install and open [Termux](https://play.google.com/store/apps/details?id=com.termux&hl=en_IN) on your phone.
43+
- Setup your terminal with adding colors, zsh, syntax highlighting and a ohmyzsh theme shell.
44+
- Add a beautiful nerd font like **SpaceMono Bold (Recommended)**
45+
46+
All the commands related to above points are added below. Just copy, paste and enter these.
47+
```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
50+
apt install nodejs neovim
51+
```
52+
53+
And you're good to go for the next steps.
54+
55+
</details>
3856

3957
### Check dependencies (Optional)
4058

0 commit comments

Comments
 (0)