From 90fc659b7ef240c6c8200b59da04788738795b8e Mon Sep 17 00:00:00 2001 From: oddlama Date: Wed, 8 Jun 2022 02:51:02 +0200 Subject: [PATCH] chore: (wip) easy usage ready to copy-and-paste --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15c6c3f..a42df69 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,12 @@ First, boot into a live environment of your choice. I recommend using an [Arch L as the installer will then be able to automatically download required programs or setup ZFS support on the fly. Afterwards, proceed with the following steps: -1. Either clone this repo or download and extract a copy -2. Run `./configure` and save your desired configuration -3. Begin installation using `./install` +```bash +pacman -Sy git # install git in live environment, then clone: +git clone https://github.com/oddlama/gentoo-install && cd gentoo-install +./configure # configure to your liking +./install # begin installation +``` Every option is explained in detail in `gentoo.conf.example` and in the help menus of the TUI configurator. When installing, you will be asked to review the partitioning before anything critical is done.