add missing quotation mark

This commit is contained in:
Andreas Zweili 2022-01-24 19:07:41 +01:00
parent e118a92132
commit 9537123d99
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ In addition some of the scripts required for installation will destroy your data
## Base installation
1. `nix-shell -p git --run "git clone https://git.2li.ch/Nebucatnetzer/nixos.git`
1. `nix-shell -p git --run "git clone https://git.2li.ch/Nebucatnetzer/nixos.git"`
2. `cd nixos && nix-shell`
3. `sudo python3 scripts/format-disk.py`
4. `sudo nixos-install --no-root-passwd --root /mnt --impure --flake .#SYSTEMNAME`