move usage instruction to the top
This commit is contained in:
parent
1852084f47
commit
6c3c030200
1 changed files with 14 additions and 14 deletions
28
README.md
28
README.md
|
@ -29,6 +29,20 @@ Choosing Action:
|
|||
|
||||
</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
|
||||
|
||||
### Software
|
||||
|
@ -53,20 +67,6 @@ Choosing Action:
|
|||
- `dconf` - [dconf](https://wiki.gnome.org/Projects/dconf) files
|
||||
- `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)
|
||||
|
||||
## [Game settings](./docs/game-settings.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue