pull/6/head v0.1.1
dvkt 5 years ago
parent 0e71efcf21
commit 1b84e9df81

2
Cargo.lock generated

@ -12,7 +12,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "phetch"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

@ -1,6 +1,6 @@
[package]
name = "phetch"
version = "0.1.0"
version = "0.1.1"
authors = ["dvkt <c@dvkt.io>"]
[profile.release]
@ -10,4 +10,4 @@ panic = 'abort'
opt-level = 'z' # Optimize for size.
[dependencies]
termion = "1.5.3"
termion = "1.5.3"

@ -27,9 +27,9 @@ Once you've launched phetch, use `ctrl-h` to view the on-line help.
Binaries for Linux and Mac are available at https://github.com/dvkt/phetch/releases:
- [phetch-linux-arm.tar.gz](https://github.com/dvkt/phetch/releases/download/v0.1.0/phetch-linux-arm.tar.gz)
- [phetch-linux-x86_64.tar.gz](https://github.com/dvkt/phetch/releases/download/v0.1.0/phetch-linux-x86_64.tar.gz)
- [phetch-macos.zip](https://github.com/dvkt/phetch/releases/download/v0.1.0/phetch-macos.zip)
- [phetch-linux-arm.tar.gz](https://github.com/dvkt/phetch/releases/download/v0.1.1/phetch-linux-arm.tar.gz)
- [phetch-linux-x86_64.tar.gz](https://github.com/dvkt/phetch/releases/download/v0.1.1/phetch-linux-x86_64.tar.gz)
- [phetch-macos.zip](https://github.com/dvkt/phetch/releases/download/v0.1.1/phetch-macos.zip)
Just unzip/untar the `phetch` program into your $PATH and get going!

Loading…
Cancel
Save