1
0
Fork 0

update setup script

- improve instruction clarity
- replace `wget` with `curl` because wget must be installed separately
This commit is contained in:
Kim, Jimin 2022-12-12 12:24:12 +09:00
parent 60c08ad6fd
commit ac3ea7aa28

View file

@ -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.