From 1978a7d0380bc35a15adc6cb453f5e00d1460506 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sun, 27 Feb 2022 09:16:59 -0800 Subject: [PATCH] docs: use stable Rust toolchain for installation We don't need the nightly toolchain anymore since #70 (thanks, @arxanas!). --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 1dc5f06e5..25ab425c3 100644 --- a/README.md +++ b/README.md @@ -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