From 87b7c7a76fcee859b8a0cc08dbc6c3d069c8e229 Mon Sep 17 00:00:00 2001 From: taxicomics <2+taxicomics@noreply.localhost> Date: Tue, 7 Jul 2026 19:57:42 +0200 Subject: [PATCH] Updated Readme - included keyboard layout instruction - changed file directory name - removed herobrine --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 434d78f..0db8728 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,24 @@ Tested and working as of **July 2026**. ![Post-install screenshot.](img/screenshot.png) +## Set your keyboard layout correctly +Before starting the install script you should set your keyboard layout correctly. Otherwise you might run into problems with mismatching passwords. +``` +loadkeys de +``` + ## To automatically install Arch Linux, clone this repository: + ``` $ pacman -Sy git $ git clone https://git.dataprolet.de/dataprolet/Arch-Linux-Installer.git -$ cd arch +$ cd Arch-Linux-Installer $ sh install.sh ``` ### Or as a one-liner: ``` -# pacman -Sy git --noconfirm && git clone https://git.dataprolet.de/dataprolet/Arch-Linux-Installer.git && cd arch && sh install.sh +# pacman -Sy git --noconfirm && git clone https://git.dataprolet.de/dataprolet/Arch-Linux-Installer.git && cd Arch-Linux-Installer && sh install.sh ``` ### Post-Install