From a89207031452ab1f08ab6d7f93fad8ceebaa2441 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 3 Oct 2024 13:44:42 -0500 Subject: [PATCH] Add Rust/version requirement details --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5996960..32ad7fd 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ iex (irm "https://raw.githubusercontent.com/Xevion/spotify-player-quickauth/refs Don't want to run my funky shell script? No problem! You can build the application from source easily. +- You'll need `cargo`, the Rust build system and package manager. It's included with the Rust toolchain, which you can install from [rustup.rs][rustup] +- This is an early project, so the minimum supported version of Rust is not known. I'm developing on 1.81.0 though. + ```bash git clone https://github.com/Xevion/spotify-player-quickauth.git cd spotify-player-quickauth @@ -29,4 +32,6 @@ cargo build --release ./target/release/spotify-player-quickauth ``` -[spotify-player]: https://github.com/aome510/spotify-player \ No newline at end of file +[spotify-player]: https://github.com/aome510/spotify-player +[rustup]: https://rustup.rs +[git]: https://git-scm.com \ No newline at end of file