From 0fbefd202612e4871aaf547e80c05a323de34d95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Av=C3=A9?= <email@thomasave.be>
Date: Thu, 6 Jun 2024 20:26:15 +0200
Subject: [PATCH] Thu Jun  6 08:26:15 PM CEST 2024

---
 README.md | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 12e3fd3..ab16361 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,19 @@ sudo mount -o umask=077 /dev/disk/by-label/BOOT /mnt/boot
 sudo nixos-generate-config --root /mnt
 
 nix-shell -p git vim
+```
+
+Then either clone the repository:
+
+```
 git clone https://git.thomasave.be/thomasave/Dotfiles
 sudo nixos-install --impure --flake ./Dotfiles#Kell
 mv ./Dotfiles /mnt/home/user/.dotfiles
 sudo ln -s /home/user/.dotfiles /mnt/etc/nixos
-
-sudo reboot
+```
+
+Or install it directly:
+
+```
+sudo nixos-install --impure --flake git+https://git.thomasave.be/thomasave/Dotfiles#Kell
 ```