Skip to content

Commit

Permalink
docs: point to jj-vcs for Nix install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
steadmon authored and thoughtpolice committed Jan 29, 2025
1 parent c850ddf commit fb4d796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ 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
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
Expand Down

0 comments on commit fb4d796

Please sign in to comment.