From 9a4c3dcc0eec18bca51db102b6d321b4ef8face7 Mon Sep 17 00:00:00 2001 From: Nicolas Hovart Date: Tue, 13 Dec 2022 15:43:07 +0100 Subject: [PATCH] docs: add more information to Readme For installation on Nix, the version git tag '5.2.1' seems out of date (there's no `flake.nix` file yet). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38972a4b..8d162a74 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ This will install Rustlings and give you access to the `rustlings` command. Run Basically: Clone the repository at the latest tag, finally run `nix develop` or `nix-shell`. ```bash -# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 5.2.1) -git clone -b 5.2.1 --depth 1 https://github.com/rust-lang/rustlings +# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest +git clone --depth 1 https://github.com/rust-lang/rustlings cd rustlings # if nix version > 2.3 nix develop