1
0
Fork 0

move usage instruction to the top

This commit is contained in:
Kim, Jimin 2022-11-07 21:40:15 +09:00
parent 1852084f47
commit 6c3c030200

View file

@ -29,6 +29,20 @@ Choosing Action:
</details> </details>
## Usage
1. Install base Arch linux using [archinstall](https://github.com/archlinux/archinstall)
2. Download the setup script
```bash
wget setup.developomp.com -O setup.py
```
3. Execute it
```bash
python ./setup.py
```
Full setup could easily take more than a hour depending on the internet speed.
## Overview ## Overview
### Software ### Software
@ -53,20 +67,6 @@ Choosing Action:
- `dconf` - [dconf](https://wiki.gnome.org/Projects/dconf) files - `dconf` - [dconf](https://wiki.gnome.org/Projects/dconf) files
- `src` - Python scripts. Check code comments (especially `__init__.py`) for more info - `src` - Python scripts. Check code comments (especially `__init__.py`) for more info
## Usage
1. Install base Arch linux using [archinstall](https://github.com/archlinux/archinstall)
2. Download the setup script
```bash
wget setup.developomp.com -O setup.py
```
3. Execute it
```bash
python ./setup.py
```
Full setup could easily take more than a hour depending on the internet speed.
## [Hardware](./docs/hardware.md) ## [Hardware](./docs/hardware.md)
## [Game settings](./docs/game-settings.md) ## [Game settings](./docs/game-settings.md)