From 6c3c030200adc4020a1d91d1c84d7032e49eca80 Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 7 Nov 2022 21:40:15 +0900 Subject: [PATCH] move usage instruction to the top --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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)