Merge pull request #183 from snshn/update-readme-freebsd-instructions

Add FreeBSD installation instructions to README.md
This commit is contained in:
Sunshine 2020-06-18 22:26:56 -04:00 committed by GitHub
commit e821591efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ If compared to saving websites with `wget -mpk`, this tool embeds all assets as
#### Using Snapcraft (on GNU/Linux)
$ snap install monolith
#### Using Ports collection (on FreeBSD and TrueOS)
$ cd /usr/ports/www/monolith/
$ make install clean
#### From source
Dependency: `libssl-dev`