From 37c8f89118e41683a084f9602697051a55cb6e46 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Mon, 18 Nov 2024 17:28:56 -0500 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 60da033..6e54ef9 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,18 @@ 1. boot nixos installer 2. open terminal -3. run `git clone https://git.ascosilinux.com/batvin321/nix-flake.git` -4. enter the `nix-flake` dirctory -5. run `bash install.sh` -6. follow the scripts directions -7. reboot -8. after login open terminal and run +3. run +``` +git clone https://git.ascosilinux.com/batvin321/nix-flake.git +nix-flake +bash install.sh +``` +4. follow the scripts directions +5. reboot +6. after login open terminal and run ``` git clone https://git.ascosilinux.com/batvin321/nix-flake.git cd nix-flake bash post-install-setup.sh ``` -9. yo done! \ No newline at end of file +7. yo done! \ No newline at end of file