mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Merge branch 'master' into 'master'
Fix AUR package URL; remove yaourt example See merge request timvisee/ffsend!24
This commit is contained in:
commit
f8584df22b
1 changed files with 8 additions and 10 deletions
18
README.md
18
README.md
|
@ -181,15 +181,13 @@ ffsend --help
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Linux: Arch AUR packages
|
#### Linux: Arch AUR packages
|
||||||
[» `ffsend`][aur-ffsend] (binary package)
|
[» `ffsend-bin`][aur-ffsend-bin] (binary package)
|
||||||
[» `ffsend-git`][aur-ffsend-git] (compile from source package)
|
[» `ffsend-git`][aur-ffsend-git] (compile from source package)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yaourt -S ffsend
|
yay -S ffsend-bin
|
||||||
# or
|
# or
|
||||||
yay ffsend
|
aurget -S ffsend-bin
|
||||||
# or
|
|
||||||
aurget -S ffsend
|
|
||||||
# or using any other AUR installer
|
# or using any other AUR installer
|
||||||
|
|
||||||
ffsend --help
|
ffsend --help
|
||||||
|
@ -425,7 +423,7 @@ Then, walk through one of the following steps to compile and install `ffsend`:
|
||||||
ffsend --help
|
ffsend --help
|
||||||
|
|
||||||
# or run it directly from cargo
|
# or run it directly from cargo
|
||||||
cargo run --release -- --help
|
cargo run --release -- --help
|
||||||
```
|
```
|
||||||
|
|
||||||
- Or clone the repository and invoke the binary directly (Linux/macOS):
|
- Or clone the repository and invoke the binary directly (Linux/macOS):
|
||||||
|
@ -440,7 +438,7 @@ Then, walk through one of the following steps to compile and install `ffsend`:
|
||||||
|
|
||||||
# Start using ffsend
|
# Start using ffsend
|
||||||
./target/release/ffsend --help
|
./target/release/ffsend --help
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compile features / use flags
|
### Compile features / use flags
|
||||||
Different use flags are available for `ffsend` to toggle whether to include
|
Different use flags are available for `ffsend` to toggle whether to include
|
||||||
|
@ -630,7 +628,7 @@ For other questions regarding automation or feature requests, be sure to
|
||||||
## Security
|
## Security
|
||||||
In short; the `ffsend` tool and the [Send][send] service can be considered
|
In short; the `ffsend` tool and the [Send][send] service can be considered
|
||||||
secure, and may be used to share sensitive files. Note though that the
|
secure, and may be used to share sensitive files. Note though that the
|
||||||
created share link for an upload will allow anyone to download the file.
|
created share link for an upload will allow anyone to download the file.
|
||||||
Make sure you don't share this link with unauthorized people.
|
Make sure you don't share this link with unauthorized people.
|
||||||
|
|
||||||
For more detailed information on encryption, please read the rest of the
|
For more detailed information on encryption, please read the rest of the
|
||||||
|
@ -726,7 +724,7 @@ This application is not affiliated with Mozilla, Firefox or Firefox Send.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
This project is released under the GNU GPL-3.0 license.
|
This project is released under the GNU GPL-3.0 license.
|
||||||
Check out the [LICENSE](LICENSE) file for more information.
|
Check out the [LICENSE](LICENSE) file for more information.
|
||||||
|
|
||||||
[usage-demo-asciinema]: https://asciinema.org/a/182225
|
[usage-demo-asciinema]: https://asciinema.org/a/182225
|
||||||
[usage-demo-svg]: https://cdn.rawgit.com/timvisee/ffsend/6e8ef55b/res/demo.svg
|
[usage-demo-svg]: https://cdn.rawgit.com/timvisee/ffsend/6e8ef55b/res/demo.svg
|
||||||
|
@ -744,7 +742,7 @@ Check out the [LICENSE](LICENSE) file for more information.
|
||||||
[svg-term]: https://github.com/marionebl/svg-term-cli
|
[svg-term]: https://github.com/marionebl/svg-term-cli
|
||||||
[github-releases]: https://github.com/timvisee/ffsend/releases
|
[github-releases]: https://github.com/timvisee/ffsend/releases
|
||||||
[github-latest-release]: https://github.com/timvisee/ffsend/releases/latest
|
[github-latest-release]: https://github.com/timvisee/ffsend/releases/latest
|
||||||
[aur-ffsend]: https://aur.archlinux.org/packages/ffsend/
|
[aur-ffsend-bin]: https://aur.archlinux.org/packages/ffsend-bin/
|
||||||
[aur-ffsend-git]: https://aur.archlinux.org/packages/ffsend-git/
|
[aur-ffsend-git]: https://aur.archlinux.org/packages/ffsend-git/
|
||||||
[snapcraft-ffsend]: https://snapcraft.io/ffsend
|
[snapcraft-ffsend]: https://snapcraft.io/ffsend
|
||||||
[homebrew]: https://brew.sh/
|
[homebrew]: https://brew.sh/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue