From a445098409bf84521b410128455a145a3c159537 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Thu, 5 Mar 2020 05:11:54 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3beb787..4ee8ccc 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,18 @@ If compared to saving websites with `wget -mpk`, this tool embeds all assets as ## Installation -### From source +#### From source $ git clone https://github.com/Y2Z/monolith.git $ cd monolith $ make install -### With Homebrew (on macOS and GNU/Linux) +#### With Homebrew (on macOS and GNU/Linux) $ brew install monolith -### Using Snapcraft (on GNU/Linux) +#### Using Snapcraft (on GNU/Linux) $ snap install monolith -### Via Docker +#### Via Docker The guide can be found [here](https://github.com/Y2Z/monolith/wiki/Using-containers)