new screenshot, minor readme changes
This commit is contained in:
parent
6718f879f7
commit
0c31277191
3 changed files with 3 additions and 5 deletions
|
@ -11,8 +11,6 @@ readme = "README.md"
|
||||||
keywords = ["mime", "mimetype", "utilities", "tools"]
|
keywords = ["mime", "mimetype", "utilities", "tools"]
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
exclude = [".idea/", "*.toml", "!Cargo.toml", "*.sh", "*.py", "*.yml", "*.md", ".mailmap", "pkg/"]
|
exclude = [".idea/", "*.toml", "!Cargo.toml", "*.sh", "*.py", "*.yml", "*.md", ".mailmap", "pkg/"]
|
||||||
#resolver = "2"
|
|
||||||
#license-file = "LICENSE"
|
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
maintenance = { status = "experimental" }
|
maintenance = { status = "experimental" }
|
||||||
|
|
|
@ -57,10 +57,10 @@ 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:
|
On macOS, `fif` can be installed through [MacPorts](https://www.macports.org):
|
||||||
```bash
|
```bash
|
||||||
$ sudo port selfupdate
|
sudo port selfupdate
|
||||||
$ sudo port install fif
|
sudo port install fif
|
||||||
```
|
```
|
||||||
|
|
||||||
### Cargo Features
|
### Cargo Features
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 61 KiB |
Loading…
Reference in a new issue