Skip to content

Commit

Permalink
docs: use stable Rust toolchain for installation
Browse files Browse the repository at this point in the history
We don't need the nightly toolchain anymore since jj-vcs#70 (thanks,
@arxanas!).
  • Loading branch information
martinvonz committed Feb 27, 2022
1 parent a88865a commit 1978a7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,7 @@ $ export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@3/lib/pkgconfig"

Now run this (regardless of platform):
```shell script
# We need the "nightly" Rust toolchain. This command installs that without
# changing your default.
$ rustup install nightly
$ cargo +nightly install --git https://github.com/martinvonz/jj.git
$ cargo install --git https://github.com/martinvonz/jj.git
```

To set up command-line completion, source the output of
Expand Down

0 comments on commit 1978a7d

Please sign in to comment.