Update installation section in README
This commit is contained in:
parent
aa39802f6d
commit
c9d3b441a2
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
@ -140,9 +140,18 @@ all available subcommands.
|
|||
<!-- Before installing, make sure you meet all requirements listed
|
||||
[here](#requirements) -->
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue