From a1471db89abffccd1daea0d848da255fc04d49d7 Mon Sep 17 00:00:00 2001 From: talwat <83217276+talwat@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:36:35 +0200 Subject: [PATCH] docs: add MSRV --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b1ad79..52bc344 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ you're interested in downloading the tracks. Beware, there's a lot of them. ## Installing +You'll need Rust 1.74.0+. + ### Cargo The recommended installation method is to use cargo: @@ -36,7 +38,7 @@ The recommended installation method is to use cargo: cargo install lowfi ``` -and making sure $HOME/.cargo/bin is added to $PATH. +and making sure `$HOME/.cargo/bin` is added to `$PATH`. ### AUR