From 225c49837a352b9cf55a24b258b53ab4e8292b91 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 26 Jul 2023 11:55:48 +0200 Subject: Docs: Fix installation instructions --- Documentation/INSTALLING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/INSTALLING.md b/Documentation/INSTALLING.md index 31ebefa..9cc7dfe 100644 --- a/Documentation/INSTALLING.md +++ b/Documentation/INSTALLING.md @@ -22,7 +22,7 @@ Make sure you're in the `nixos-config` folder and have followed (if necessary) t ### Installing ``` -$ nixos-install --flake . #$HOST-$HARDWARE-$ARCH +$ nixos-install --flake .#$HOST-$HARDWARE-$ARCH ``` ### Updating @@ -30,7 +30,7 @@ $ nixos-install --flake . #$HOST-$HARDWARE-$ARCH ``` $ nix flake update -$ nixos-rebuild switch --flake . #$HOST-$HARDWARE-$ARCH +$ nixos-rebuild switch --flake .#$HOST-$HARDWARE-$ARCH ``` ## Non-Nixos-Based Installation -- cgit 1.4.1