diff --git a/Cargo.toml b/Cargo.toml index 6abdeb8..ea0f63b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,6 @@ readme = "README.md" keywords = ["mime", "mimetype", "utilities", "tools"] categories = ["command-line-utilities"] exclude = [".idea/", "*.toml", "!Cargo.toml", "*.sh", "*.py", "*.yml", "*.md", ".mailmap", "pkg/"] -#resolver = "2" -#license-file = "LICENSE" [badges] maintenance = { status = "experimental" } diff --git a/README.md b/README.md index e6324b9..92e950f 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ cargo install --locked fif 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`. -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 -$ sudo port selfupdate -$ sudo port install fif +sudo port selfupdate +sudo port install fif ``` ### Cargo Features diff --git a/doc/screenshot.png b/doc/screenshot.png index 6d1bd94..e30ad89 100644 Binary files a/doc/screenshot.png and b/doc/screenshot.png differ