From fb4d796cc63be9ca8704f6c5ed781540a4b73c5f Mon Sep 17 00:00:00 2001 From: Josh Steadmon Date: Wed, 29 Jan 2025 10:44:09 -0800 Subject: [PATCH] docs: point to jj-vcs for Nix install instructions --- docs/install-and-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install-and-setup.md b/docs/install-and-setup.md index 157f570c8..9a6e2af5d 100644 --- a/docs/install-and-setup.md +++ b/docs/install-and-setup.md @@ -73,7 +73,7 @@ To install a **prerelease** version, you can use the flake for this repository. For example, if you want to run `jj` loaded from the flake, use: ```shell -nix run 'github:martinvonz/jj' +nix run 'github:jj-vcs/jj' ``` You can also add this flake url to your system input flakes. Or you can @@ -81,7 +81,7 @@ install the flake to your user profile: ```shell # Installs the prerelease version from the main branch -nix profile install 'github:martinvonz/jj' +nix profile install 'github:jj-vcs/jj' ``` #### Homebrew