Update README.md

This commit is contained in:
Sunshine 2021-03-09 14:49:10 -10:00 committed by GitHub
parent e0a78ffc9d
commit 4434823c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -25,16 +25,16 @@ If compared to saving websites with `wget -mpk`, this tool embeds all assets as
### Using Cargo
$ cargo install monolith
#### Via Homebrew (on macOS and GNU/Linux)
#### Via Homebrew (macOS and GNU/Linux)
$ brew install monolith
#### Using Snapcraft (on GNU/Linux)
#### Using Snapcraft (GNU/Linux)
$ snap install monolith
#### Using Ports collection (on FreeBSD and TrueOS)
#### Using FreeBSD packages (FreeBSD)
$ pkg install monolith
or
#### Using FreeBSD ports (FreeBSD)
$ cd /usr/ports/www/monolith/
$ make install clean