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
|
||||
|
||||
1. Install base Arch Linux
|
||||
2. Download the setup script
|
||||
```bash
|
||||
wget setup.developomp.com -O setup.py
|
||||
1. Install base Arch Linux with the following packages
|
||||
- `sudo`
|
||||
- `networkmanager`
|
||||
- `base-devel`
|
||||
- `python`
|
||||
- `git`
|
||||
2. Log in as a non-root user with sudo permission
|
||||
3. Download the setup script
|
||||
```
|
||||
3. Execute it
|
||||
```bash
|
||||
python ./setup.py
|
||||
curl setup.developomp.com -Lo setup.py
|
||||
```
|
||||
4. Execute
|
||||
```
|
||||
python setup.py
|
||||
```
|
||||
|
||||
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