diff --git a/README.org b/README.org index 61d0cec..5562e69 100644 --- a/README.org +++ b/README.org @@ -46,10 +46,10 @@ This file is controlled by /etc/dotfiles/README.org 1) [[https://nixos.org/download.html][Download the latest version of NixOS]] 2) [[https://nixos.org/manual/nixos/stable/#sec-installation-partitioning][Partition your drives and mount the file system]] -3) Clone the project to =/mnt/etc/dotfiles= ~git clone git@git.chrishayward.xyz:chris/dotfiles /mnt/etc/dotfiles~ -4) Load the default shell environment ~nix-shell /mnt/etc/dotfiles~ -5) Install the default system ~sudo nixos-install --flake /mnt/etc/dotfiles#nixos~ -6) Reboot and login, start a graphical system with ~startx~ +3) Clone the project ~git clone git@git.chrishayward.xyz:chris/dotfiles /mnt/etc/dotfiles~ +4) Load the default shell ~nix-shell /mnt/etc/dotfiles~ +5) Install the system ~sudo nixos-install --flake /mnt/etc/dotfiles#nixos~ +6) Reboot, login and start a graphical system ~startx~ ** Making Changes