diff --git a/README.md b/README.md index 099502a..903cfb6 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,20 @@ Choosing Action: +## 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)