update setup script
- improve instruction clarity - replace `wget` with `curl` because wget must be installed separately
This commit is contained in:
parent
60c08ad6fd
commit
ac3ea7aa28
1 changed files with 13 additions and 7 deletions
20
README.md
20
README.md
|
@ -31,14 +31,20 @@ Choosing Action:
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. Install base Arch Linux
|
1. Install base Arch Linux with the following packages
|
||||||
2. Download the setup script
|
- `sudo`
|
||||||
```bash
|
- `networkmanager`
|
||||||
wget setup.developomp.com -O setup.py
|
- `base-devel`
|
||||||
|
- `python`
|
||||||
|
- `git`
|
||||||
|
2. Log in as a non-root user with sudo permission
|
||||||
|
3. Download the setup script
|
||||||
```
|
```
|
||||||
3. Execute it
|
curl setup.developomp.com -Lo setup.py
|
||||||
```bash
|
```
|
||||||
python ./setup.py
|
4. Execute
|
||||||
|
```
|
||||||
|
python setup.py
|
||||||
```
|
```
|
||||||
|
|
||||||
Full setup could easily take more than a hour depending on the internet speed.
|
Full setup could easily take more than a hour depending on the internet speed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue