From 0cec3f04d2dd35dd0a83d302011651912557a23d Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 24 Jun 2024 00:12:53 +0200 Subject: [PATCH] Update --- README.md | 2 +- docs/src/README_template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b85bbd7..3d60603 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ git clone https://github.com/anotherhadi/nixy ~/.config/nixos - Add your `hardware-configuration.nix` to your new host's folder - Add your 'nixosConfigurations' inside `flake.nix` (You can edit the "yourhostname" one and change the lines containing '# CHANGEME') -> ![NOTE] +> [!NOTE] > When you add new files, don't forget to run `git add .` to add them to the git repository ```sh diff --git a/docs/src/README_template.md b/docs/src/README_template.md index 1d0c818..a17aca0 100644 --- a/docs/src/README_template.md +++ b/docs/src/README_template.md @@ -33,7 +33,7 @@ git clone https://github.com/anotherhadi/nixy ~/.config/nixos - Add your `hardware-configuration.nix` to your new host's folder - Add your 'nixosConfigurations' inside `flake.nix` (You can edit the "yourhostname" one and change the lines containing '# CHANGEME') -> ![NOTE] +> [!NOTE] > When you add new files, don't forget to run `git add .` to add them to the git repository ```sh