From 4434823c46fb392e55cc8b2f3c57090b6ff769fe Mon Sep 17 00:00:00 2001 From: Sunshine Date: Tue, 9 Mar 2021 14:49:10 -1000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46da556..b49cbd3 100644 --- a/README.md +++ b/README.md @@ -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