Skip to content

Commit c5b20be

Browse files
authored
Update README.md
1 parent 08654e9 commit c5b20be

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,27 @@ A cloud based remote android managment suite, powered by Nodejs <img src="https:
3030
- See [installation](#Installation) for OS specifics
3131
- NodeJs
3232
- Any Linux distribution like:Kali,Arch or [Android with LinuxDroid](https://github.com/AryanVBW/LinuxDroid)
33-
## 1click Installation
33+
## 1click Installation (Recommended)
3434
Experience effortless installation with a single command. Simply copy and paste the following line into your terminal to automatically install all dependencies and have your ANDRO application up and running seamlessly
3535

3636
```bash
3737
curl -sSL https://github.com/AryanVBW/ANDRO/releases/download/1click/ANDRO1click.sh | bash
3838
```
39-
<p align="center"> <h1>OR</h1> </p>
39+
### 🚀 Quick Install
40+
41+
Install globally using npm:
42+
43+
```bash
44+
npm install -g andro-remote-suite
45+
```
46+
47+
Or using npx (no installation required):
48+
49+
```bash
50+
npx andro-remote-suite
51+
```
52+
53+
### 📦 Local Installation
4054

4155
```bash
4256
wget https://github.com/AryanVBW/ANDRO/releases/download/1click/ANDRO1click.sh

0 commit comments

Comments
 (0)