From c44559fc124b5fdd69cb328e10dbe2a3e0fd77c9 Mon Sep 17 00:00:00 2001 From: Joe Scharnitzke Date: Tue, 11 Feb 2025 14:45:20 -0500 Subject: [PATCH] removed rust build commands since the image handles them --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fadc26..6853779 100755 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ First create a Spotify credentials file using the 3rd-party `librespot-auth` too 2. Build the repository using a windows-targeted Rust Docker image ([why a different image?](https://github.com/jscharnitzke/rust-build-windows)): ```shell - docker run --rm -v "${pwd}/librespot-auth:/app" -w "/app" jscharnitzke/rust-build-windows cargo build --release + docker run --rm -v "${pwd}/librespot-auth:/app" -w "/app" jscharnitzke/rust-build-windows --release ``` 3. Run the built binary: