Compare commits
No commits in common. "7a7e6c9bc654b6b87a9c2b224b05d32afeac8883" and "a071f211415d77bc0b1e0cd303e02aef9cfb0ef9" have entirely different histories.
7a7e6c9bc6
...
a071f21141
1 changed files with 1 additions and 7 deletions
|
@ -57,12 +57,6 @@ cargo install --locked fif
|
||||||
To update, simply re-run the `install` command, or use a tool like [cargo-update
|
To update, simply re-run the `install` command, or use a tool like [cargo-update
|
||||||
](https://github.com/nabijaczleweli/cargo-update), which can update crates installed via `cargo install`.
|
](https://github.com/nabijaczleweli/cargo-update), which can update crates installed via `cargo install`.
|
||||||
|
|
||||||
On macOS, `fif` can now be installed using [MacPorts](https://www.macports.org), via the following steps:
|
|
||||||
```bash
|
|
||||||
$ sudo port selfupdate
|
|
||||||
$ sudo port install fif
|
|
||||||
```
|
|
||||||
|
|
||||||
### Cargo Features
|
### Cargo Features
|
||||||
fif supports using [`infer`] or [`xdg-mime`] as its backend for looking up file types. By default, xdg-mime will be
|
fif supports using [`infer`] or [`xdg-mime`] as its backend for looking up file types. By default, xdg-mime will be
|
||||||
used on [*nix systems](https://en.wikipedia.org/wiki/Unix-like) (Linux, macOS, *BSD, etc.), and infer on all other
|
used on [*nix systems](https://en.wikipedia.org/wiki/Unix-like) (Linux, macOS, *BSD, etc.), and infer on all other
|
||||||
|
|
Loading…
Reference in a new issue