From e0a78ffc9ddf6a165e716076c9fd66bf4ad0dc11 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Tue, 9 Mar 2021 13:31:15 -1000 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f2f4188..46da556 100644 --- a/README.md +++ b/README.md @@ -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