Skip to content

Commit

Permalink
Update release and README
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Oct 26, 2024
1 parent fc445b1 commit 45372c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
<!-- - Cargo install: ```cargo install qstract``` -->
<!-- - Cargo prebuilt: ```cargo prebuilt qstract``` -->
<!-- - Cargo binstall: ```cargo binstall qstract --no-confirm``` -->
<!-- - Cargo quickinstall: ```cargo quickinstall qstract``` -->
<!-- - Cargo install: ```cargo install qstract``` -->
<!-- - Cargo prebuilt: ```cargo prebuilt qstract``` -->
<!-- - Cargo binstall: ```cargo binstall qstract --no-confirm``` -->
<!-- - Cargo quickinstall: ```cargo quickinstall qstract``` -->
- 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)"
```

<!-- - For github actions you can use [cargo-prebuilt/cargo-prebuilt-action](https://github.com/cargo-prebuilt/cargo-prebuilt-action) -->
Expand Down

0 comments on commit 45372c5

Please sign in to comment.