Update README.md

pull/252/head
Sunshine 3 years ago committed by GitHub
parent cbbb297473
commit e0a78ffc9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,12 +32,19 @@ If compared to saving websites with `wget -mpk`, this tool embeds all assets as
$ snap install monolith
#### Using Ports collection (on FreeBSD and TrueOS)
$ pkg install monolith
or
$ cd /usr/ports/www/monolith/
$ make install clean
#### Using pre-built binaries (Windows, ARM-based devices, etc)
Every [release](https://github.com/Y2Z/monolith/releases) contains pre-built binaries for Windows, GNU/Linux, as well as platforms with non-standart CPU architecture.
#### Using Containers
$ docker build -t Y2Z/monolith .
$ sudo install -b utils/run-in-container.sh /usr/local/bin/monolith
#### From source
Dependency: `libssl-dev`
@ -46,11 +53,6 @@ Dependency: `libssl-dev`
$ cd monolith
$ make install
#### Using Containers
$ docker build -t Y2Z/monolith .
$ sudo install -b utils/run-in-container.sh /usr/local/bin/monolith
---------------------------------------------------
## Usage

Loading…
Cancel
Save