From 7264f3ad891e1b6693703f45cc5f1e4b881187b0 Mon Sep 17 00:00:00 2001 From: sajenim Date: Sat, 1 Jul 2023 22:54:43 +0800 Subject: [PATCH] update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee7f89f..b4e1777 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,11 @@ To be used as a simple home-manager import. ## Installation - # Clone the configuration files and link them into the NixOS directory + # Clone the configuration files git clone https://github.com/sajenim/dotfiles.nix.git - ln -s ~/dotfiles.nix/ /etc/nixos # We must be in the repo to access the flake - cd /etc/nixos + cd ~/dotfiles.nix # Apply the system configuration sudo nixos-rebuild switch --flake .#hostname