Merge pull request #183 from snshn/update-readme-freebsd-instructions
Add FreeBSD installation instructions to README.md
This commit is contained in:
commit
e821591efe
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue