Update badges in README, minor Cargo.toml tweaks
This commit is contained in:
parent
febf5c391f
commit
2e5021aa98
2 changed files with 12 additions and 5 deletions
|
@ -6,7 +6,6 @@ license = "GPL-3.0"
|
|||
readme = "README.md"
|
||||
homepage = "https://github.com/timvisee/ffsend"
|
||||
repository = "https://github.com/timvisee/ffsend"
|
||||
documentation = "https://docs.rs/ffsend"
|
||||
description = """\
|
||||
Easily and securely share files from the command line.\n\
|
||||
A fully featured Firefox Send client.\
|
||||
|
@ -27,8 +26,8 @@ exclude = [
|
|||
travis-ci = { repository = "timvisee/ffsend", branch = "master" }
|
||||
|
||||
[[bin]]
|
||||
path = "src/main.rs"
|
||||
name = "ffsend"
|
||||
path = "src/main.rs"
|
||||
|
||||
[features]
|
||||
default = ["archive", "clipboard", "history"]
|
||||
|
|
14
README.md
14
README.md
|
@ -1,4 +1,14 @@
|
|||
[![Build status on Travis CI][travis-master-badge]][travis-link]
|
||||
[![Newest release on crates.io][crate-version-badge]][crate-link]
|
||||
[![Number of downloads on crates.io][crate-download-badge]][crate-link]
|
||||
[![Project license][crate-license-badge]](LICENSE)
|
||||
|
||||
[crate-link]: https://crates.io/crates/ffsend
|
||||
[crate-download-badge]: https://img.shields.io/crates/d/ffsend.svg
|
||||
[crate-version-badge]: https://img.shields.io/crates/v/ffsend.svg
|
||||
[crate-license-badge]: https://img.shields.io/crates/l/ffsend.svg
|
||||
[travis-master-badge]: https://travis-ci.org/timvisee/ffsend.svg?branch=master
|
||||
[travis-link]: https://travis-ci.org/timvisee/ffsend
|
||||
|
||||
# ffsend [WIP]
|
||||
> Easily and securely share files from the command line.
|
||||
|
@ -165,7 +175,7 @@ Then, walk through one of the following steps to compile and install `ffsend`:
|
|||
cargo install ffsend -f
|
||||
|
||||
# Start using ffsend
|
||||
ffsend --help --
|
||||
ffsend --help
|
||||
```
|
||||
|
||||
- Or clone the repository and install it with `cargo`:
|
||||
|
@ -357,5 +367,3 @@ 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
|
||||
[travis-master-badge]: https://travis-ci.org/timvisee/ffsend.svg?branch=master
|
||||
[travis-link]: https://travis-ci.org/timvisee/ffsend
|
||||
|
|
Loading…
Add table
Reference in a new issue