From 8d72d6fe47ec7d33f3ece9c3d3680f251ba9739e Mon Sep 17 00:00:00 2001
From: liv <shadows@with.al>
Date: Sun, 22 Sep 2024 10:57:35 +0200
Subject: [PATCH] docs: fix git remote url in readme

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 229e5ab..2653d15 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@ else.
 If you're me, and the machine you're installing on has a configuration, it's as simple as:
 
 ```sh
-git clone forgejo@cirno.with.al:shadows_withal/nix-config.git ~/nix-config
+git clone git@nazrin.limited:source/nix-config.git ~/nix-config
 cd ~/nix-config
-nix-shell
+nix-shell # or `nix shell` if nix was installed using the flake-enabled installer
 nh os switch
 ```