mirror of
https://github.com/timvisee/ffsend.git
synced 2025-01-31 19:51:35 +01:00
Add direct cargo install instructions now available, Cargo.toml fix
This commit is contained in:
parent
a05dd0886e
commit
febf5c391f
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -358,7 +358,7 @@ dependencies = [
|
||||
"derive_builder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"directories 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"ffsend-api 0.0.1",
|
||||
"ffsend-api 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@ -376,6 +376,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ffsend-api"
|
||||
version = "0.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"arrayref 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"base64 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@ -1664,6 +1665,7 @@ dependencies = [
|
||||
"checksum failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "934799b6c1de475a012a02dab0ace1ace43789ee4b99bcfbf1a2e3e8ced5de82"
|
||||
"checksum failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cdda555bb90c9bb67a3b670a0f42de8e73f5981524123ad8578aafec8ddb8b"
|
||||
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
||||
"checksum ffsend-api 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "358718f68b22ad3cc2f14070496f336e27a14506d33005b8530149efaa265861"
|
||||
"checksum filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "da4b9849e77b13195302c174324b5ba73eec9b236b24c221a61000daefb95c5f"
|
||||
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
||||
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
||||
|
@ -17,7 +17,6 @@ categories = [
|
||||
"command-line-interface",
|
||||
"command-line-utilities",
|
||||
"cryptography",
|
||||
"filesystem",
|
||||
"network-programming",
|
||||
]
|
||||
exclude = [
|
||||
@ -25,7 +24,7 @@ exclude = [
|
||||
]
|
||||
|
||||
[badges]
|
||||
travis-cli = { repository = "timvisee/ffsend", branch = "master" }
|
||||
travis-ci = { repository = "timvisee/ffsend", branch = "master" }
|
||||
|
||||
[[bin]]
|
||||
path = "src/main.rs"
|
||||
|
20
README.md
20
README.md
@ -158,17 +158,17 @@ before proceeding:
|
||||
### Compile and install
|
||||
Then, walk through one of the following steps to compile and install `ffsend`:
|
||||
|
||||
<!--- Compile and install it directly from cargo: -->
|
||||
<!-- -->
|
||||
<!-- ```bash -->
|
||||
<!-- # Compile and install from cargo -->
|
||||
<!-- cargo install ffsend -f -->
|
||||
<!-- -->
|
||||
<!-- # Start using ffsend -->
|
||||
<!-- ffsend --help -- -->
|
||||
<!-- ``` -->
|
||||
- Compile and install it directly from cargo:
|
||||
|
||||
- Clone the repository and install it with `cargo`:
|
||||
```bash
|
||||
# Compile and install from cargo
|
||||
cargo install ffsend -f
|
||||
|
||||
# Start using ffsend
|
||||
ffsend --help --
|
||||
```
|
||||
|
||||
- Or clone the repository and install it with `cargo`:
|
||||
|
||||
```bash
|
||||
# Clone the project
|
||||
|
Loading…
x
Reference in New Issue
Block a user