mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Merge branch 'herbygillot-patch-1' into 'master'
This commit is contained in:
commit
463130cdf8
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -275,7 +275,7 @@ ffsend --help
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
Using the [`homebrew` package](#macos-homebrew-package) is recommended.
|
Using the [`homebrew` package](#macos-homebrew-package) is recommended.
|
||||||
Alternatively you may install it manually using the
|
Alternatively you may install it via [MacPorts](#macos-macports), or manually using the
|
||||||
[prebuilt binaries](#macos-prebuilt-binaries).
|
[prebuilt binaries](#macos-prebuilt-binaries).
|
||||||
|
|
||||||
#### macOS: homebrew package
|
#### macOS: homebrew package
|
||||||
|
@ -286,6 +286,17 @@ brew install ffsend
|
||||||
ffsend --help
|
ffsend --help
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### macOS: MacPorts
|
||||||
|
_Note: ffsend in MacPorts is currently not automatically updated, and might be
|
||||||
|
slightly outdated._
|
||||||
|
|
||||||
|
Once you have [MacPorts](https://www.macports.org) installed, you can run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo port selfupdate
|
||||||
|
sudo port install ffsend
|
||||||
|
```
|
||||||
|
|
||||||
#### macOS: Nix package
|
#### macOS: Nix package
|
||||||
_Note: The Nix package is currently not automatically updated, and might be
|
_Note: The Nix package is currently not automatically updated, and might be
|
||||||
slightly outdated._
|
slightly outdated._
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue