mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 12:38:43 +00:00
Mention source fallback in readme
This commit is contained in:
parent
eeaba76b5f
commit
dd33a1d66e
1 changed files with 2 additions and 1 deletions
|
@ -62,10 +62,10 @@ yes
|
||||||
- [ ] Fetch crate / manifest via git (/ github / gitlab)
|
- [ ] Fetch crate / manifest via git (/ github / gitlab)
|
||||||
- [x] Use local crate / manifest (`--manifest-path`)
|
- [x] Use local crate / manifest (`--manifest-path`)
|
||||||
- [x] Fetch build from the [quickinstall](https://github.com/alsuren/cargo-quickinstall) repository
|
- [x] Fetch build from the [quickinstall](https://github.com/alsuren/cargo-quickinstall) repository
|
||||||
- [ ] Unofficial packaging
|
|
||||||
- Package formats
|
- Package formats
|
||||||
- [x] Tgz
|
- [x] Tgz
|
||||||
- [x] Txz
|
- [x] Txz
|
||||||
|
- [ ] Tar.zst
|
||||||
- [x] Tar
|
- [x] Tar
|
||||||
- [x] Zip
|
- [x] Zip
|
||||||
- [x] Bin
|
- [x] Bin
|
||||||
|
@ -75,6 +75,7 @@ yes
|
||||||
- Security
|
- Security
|
||||||
- [ ] Package signing
|
- [ ] Package signing
|
||||||
- [ ] Package verification
|
- [ ] Package verification
|
||||||
|
- [x] Fallback to installing from source
|
||||||
|
|
||||||
|
|
||||||
## Supporting Binary Installation
|
## Supporting Binary Installation
|
||||||
|
|
Loading…
Add table
Reference in a new issue