From 89f96f723eb7954ec03ce41d8de1ac94412fc10b Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sat, 11 Sep 2021 14:02:56 -0400 Subject: [PATCH] Reword instructions --- README.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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