diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db86de7..57b80ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -240,7 +240,7 @@ jobs: with: pkgs: cargo-binstall - name: Install cargo-msrv - run: cargo binstall --version 0.15.1 --no-confirm cargo-msrv + run: cargo binstall --no-confirm cargo-msrv - uses: Swatinem/rust-cache@v2 if: ${{ env.cache == 'true' }} - name: MSRV Check diff --git a/README.md b/README.md index 1b58348..2ab9957 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,14 @@ A very basic tar/zip extraction program. ## Installation - You can download the latest prebuilt binaries of qstract [here](https://github.com/cargo-prebuilt/qstract/releases/latest). - - - - + + + + - Install script (unix platforms): ```shell -curl --proto '=https' --tlsv1.2 -sSf \ -https://raw.githubusercontent.com/cargo-prebuilt/qstract/main/scripts/install-qstract.sh \ --o install-qstract.sh \ -&& bash install-qstract.sh \ -&& rm install-qstract.sh +bash -c "$(curl -fsSL --tlsv1.2 https://raw.githubusercontent.com/cargo-prebuilt/qstract/main/scripts/install-qstract.sh)" ```