diff options
| author | Baitinq <[email protected]> | 2023-07-26 11:55:48 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2023-07-26 11:55:48 +0200 |
| commit | 225c49837a352b9cf55a24b258b53ab4e8292b91 (patch) | |
| tree | c7947fa617776c96f8fa71a22e7b62cbaf5204a0 /Documentation | |
| parent | Hardware: Add pc (diff) | |
| download | nixos-config-225c49837a352b9cf55a24b258b53ab4e8292b91.tar.gz nixos-config-225c49837a352b9cf55a24b258b53ab4e8292b91.tar.bz2 nixos-config-225c49837a352b9cf55a24b258b53ab4e8292b91.zip | |
Docs: Fix installation instructions
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/INSTALLING.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |