docs: point to jj-vcs for Nix install instructions

This commit is contained in:
Josh Steadmon 2025-01-29 10:44:09 -08:00 committed by Austin Seipp
parent c850ddf289
commit fb4d796cc6

View file

@ -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: For example, if you want to run `jj` loaded from the flake, use:
```shell ```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 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 ```shell
# Installs the prerelease version from the main branch # Installs the prerelease version from the main branch
nix profile install 'github:martinvonz/jj' nix profile install 'github:jj-vcs/jj'
``` ```
#### Homebrew #### Homebrew