From 85b88740943ee1c64ce6b653ec009e8deb4046ea Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:35:38 +0200 Subject: [PATCH] Update the readme --- README.md | 4 ++-- docs/src/README_template.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4d913d..d258c3b 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,10 @@ git clone https://github.com/anotherhadi/nixy ~/.config/nixos 3. Add your `hardware-configuration.nix` to your new host's folder 4. Add your 'nixosConfigurations' inside `flake.nix` -> [!INFO] +> [!Important] > I added few `# CHANGEME` comments in the files to help you find what to change. Be sure to check them up -> [!NOTE] +> [!TIP] > When you add new files, don't forget to run `git add .` to add them to the git repository 5. Build the system diff --git a/docs/src/README_template.md b/docs/src/README_template.md index bdbdc6c..36b8f03 100644 --- a/docs/src/README_template.md +++ b/docs/src/README_template.md @@ -84,10 +84,10 @@ git clone https://github.com/anotherhadi/nixy ~/.config/nixos 3. Add your `hardware-configuration.nix` to your new host's folder 4. Add your 'nixosConfigurations' inside `flake.nix` -> [!INFO] +> [!Important] > I added few `# CHANGEME` comments in the files to help you find what to change. Be sure to check them up -> [!NOTE] +> [!TIP] > When you add new files, don't forget to run `git add .` to add them to the git repository 5. Build the system