simplify usage instruction
This commit is contained in:
parent
fdd5c6869f
commit
13774f69c4
1 changed files with 3 additions and 27 deletions
30
README.md
30
README.md
|
@ -55,36 +55,12 @@ Choosing Action:
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. Install Arch linux.
|
1. Install base Arch linux using [archinstall](https://github.com/archlinux/archinstall)
|
||||||
|
2. Download the setup script
|
||||||
A built-in installer (using [archinstall](https://github.com/archlinux/archinstall)) will be added in the future.
|
|
||||||
In the meantime, use [archfi](https://github.com/MatMoul/archfi) instead.
|
|
||||||
[`sudo`](https://archlinux.org/packages/core/x86_64/sudo/) and [`wget`](https://archlinux.org/packages/extra/x86_64/wget/), and [`paru-bin`](https://aur.archlinux.org/packages/paru-bin/) must be installed.
|
|
||||||
|
|
||||||
2. Create a user.
|
|
||||||
|
|
||||||
Create a user in wheel group and create a home directory:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
useradd -G wheel -m pomp
|
|
||||||
```
|
|
||||||
|
|
||||||
Allow user to use sudo:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
EDITOR=vim visudo
|
|
||||||
```
|
|
||||||
|
|
||||||
Now, log in to the user account.
|
|
||||||
|
|
||||||
3. Download the setup script.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget setup.developomp.com -O setup.py
|
wget setup.developomp.com -O setup.py
|
||||||
```
|
```
|
||||||
|
3. Execute it
|
||||||
4. Execute it.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python ./setup.py
|
python ./setup.py
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue