From 2d8e9bb3791137d25f55b8de6a394432fc03956d Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Sun, 11 Feb 2024 23:40:37 -0600 Subject: [PATCH] =?UTF-8?q?Improve=20guide=20even=20more=20=F0=9F=98=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e5eda8f..4892564 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,21 @@ If you want to learn more about my system, [this project has a Wiki](https://git # Install / Steps To Reproduce My System -- Run this command to ensure Git is installed. +- Run this command to ensure Git is installed: ``` nix-shell -p git ``` -- Clone this repo. -- Then go into repo folder (stay in this folder). -- Change all options in options.nix as needed. +- Clone this repo & enter it: + +``` +git clone https://gitlab.com/zaney/zaneyos.git +cd zaneyos +``` + +- *You should stay in this folder for the rest of the install* +- Change any options in options.nix as needed. - Generate your hardware.nix like so: ``` @@ -32,8 +38,6 @@ NIX_CONFIG="experimental-features = nix-command flakes" \ sudo nixos-rebuild switch --flake .#zaney ``` -- Run this command: - Now when you want to rebuild the configuration you have access to an alias called flake-rebuild that will rebuild the flake based of the flakeDir variable you set in options.nix! Hope you enjoy!