From c9d3b441a28b28f079ee1df2f144c81b8f4c9217 Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 31 May 2018 22:33:09 +0200 Subject: [PATCH 1/2] Update installation section in README --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6960589..6f32555 100644 --- a/README.md +++ b/README.md @@ -140,9 +140,18 @@ all available subcommands. -Because `ffsend` is still in alpha, no prebuilt binaries or repositories are -available at this time. -Build and install `ffsend` yourself using these fairly easy steps [here](#build). +Because `ffsend` is still in alpha, only limited installation options are +available right now. + +A set of pre-build binaries for Linux and macOS can be found as asset of the +[latest release][github-latest-release]. When downloading such release, mark +the binary as executable using `chmod a+x ffsend`, and move it into `/usr/bin/`. + +A Windows binary and packaged versions for various Linux distributions is +currently being worked on. + +It is recommended to build and install `ffsend` yourself using these fairly +easy steps [here](#build). ## Build To build and install `ffsend` yourself, you meet the following requirements @@ -366,3 +375,4 @@ Check out the [LICENSE](LICENSE) file for more information. [rustup]: https://rustup.rs/ [send]: https://send.firefox.com/ [send-encryption]: https://github.com/mozilla/send/blob/master/docs/encryption.md +[github-latest-release]: https://github.com/timvisee/ffsend/releases/latest From 8e80fa09c3e72372fd9057691faf372fb14c55d3 Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 31 May 2018 22:51:17 +0200 Subject: [PATCH 2/2] Bump to version 0.0.6 for testing new generated Debian release packages --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e69155..25bdb44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,7 +349,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ffsend" -version = "0.0.3" +version = "0.0.6" dependencies = [ "chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 9a6f3b3..09914fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffsend" -version = "0.0.5" +version = "0.0.6" authors = ["Tim Visee "] license = "GPL-3.0" readme = "README.md" diff --git a/README.md b/README.md index 6f32555..fc6a8b0 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ documentation [here][send-encryption]. ``` $ ffsend help -ffsend 0.0.5 +ffsend 0.0.6 Tim Visee Easily and securely share files from the command line. A fully featured Firefox Send client.