Add Rust/version requirement details

This commit is contained in:
2024-10-03 13:44:42 -05:00
parent 12d59d9e63
commit a892070314
+6 -1
View File
@@ -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
[spotify-player]: https://github.com/aome510/spotify-player
[rustup]: https://rustup.rs
[git]: https://git-scm.com