Skip to content

Commit af8aa6b

Browse files
fix: add root usage and fix up a little
1 parent e28eceb commit af8aa6b

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,30 @@
33
A tool manage common things with ubuntu-on-android
44
& some scripts and linux apps
55

6-
[![CodeFactor](https://www.codefactor.io/repository/github/randomcoderorg/fs-manager-udroid/badge)](https://www.codefactor.io/repository/github/randomcoderorg/fs-manager-udroid)
7-
86
## Manual installation
97

108
```bash
11-
git clone -b revamp-v2.5 https://github.com/RandomCoderOrg/fs-manager-udroid.git
9+
git clone https://github.com/RandomCoderOrg/fs-manager-udroid.git
1210
cd fs-manager-udroid
1311
bash install.sh
1412
```
1513

1614
## Usage
1715

16+
```cmd
17+
udroid <option> [<options>] [<suite>]:[<varient>]
18+
19+
options:
20+
install, -i [<options>] <suite>:<varient> install a distro
21+
remove, --remove <suite>:<varient> remove a distro
22+
list, --list [options] list distros
23+
login, --login <suite>:<varient> login to a distro
24+
upgrade, --upgrade upgrade udroid scripts
25+
help, --help show this help message and exit
26+
--update-cache update cache from remote
27+
--clear-cache clear downloaded cache
28+
```
29+
1830
three main arguments `install`, `login`, `remove`
1931

2032
### install ( `-i` )
@@ -40,7 +52,7 @@ udroid -i focal:xfce4
4052
###### help
4153

4254
```cmd
43-
udroid [ install| --install ] [<options>] [<suite>]:[<varient>]
55+
udroid [ install| -i ] [<options>] [<suite>]:[<varient>]
4456
installs udroid distros
4557
options:
4658
-h, --help show this help message and exit
@@ -51,6 +63,8 @@ example:
5163
udroid install --install jammy:raw
5264
```
5365

66+
> `--install` with no extra options install best picked distro ( deprecated )
67+
5468
### login (`login`)
5569

5670
```bash
@@ -82,8 +96,6 @@ options:
8296
command to run in the filesystem and exit
8397
```
8498

85-
> WIP
86-
8799
### remove (`remove`)
88100

89101
```bash
@@ -102,6 +114,7 @@ example:
102114

103115
> Download cache is ignored
104116
117+
105118
## Contributing
106119

107120
for now there is no guide for contributing. try to look at code and make a pull request if you have any corrections or improvements ( 💟 )

0 commit comments

Comments
 (0)