new screenshot, minor readme changes

This commit is contained in:
Lynne Megido 2021-09-25 00:24:01 +10:00
parent 6718f879f7
commit 0c31277191
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
3 changed files with 3 additions and 5 deletions

View File

@ -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" }

View File

@ -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