From b5017f8d61753ce6a3a1a2aa7e474d59146a8ae3 Mon Sep 17 00:00:00 2001 From: Victor Fuentes Date: Wed, 20 Dec 2023 15:43:15 -0500 Subject: [PATCH] Update README to point to snowfallorg --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15f4138..2d28afd 100644 --- a/README.md +++ b/README.md @@ -14,17 +14,17 @@ A command line utility for modifying NixOS configuration values. ## Installation ### nix-env ``` -git clone https://github.com/vlinkz/nix-editor +git clone https://github.com/snowfallorg/nix-editor nix-env -f nix-editor -i nix-editor ``` ### nix profile ``` -nix profile install github:vlinkz/nix-editor +nix profile install github:snowfallorg/nix-editor ``` ## Run with Nix Flakes ``` -nix run github:vlinkz/nix-editor -- --help +nix run github:snowfallorg/nix-editor -- --help ``` ```