Update README.md

This commit is contained in:
Sunshine 2020-03-05 05:11:54 -05:00 committed by GitHub
parent 224d4fc480
commit a445098409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -20,18 +20,18 @@ If compared to saving websites with `wget -mpk`, this tool embeds all assets as
## Installation ## Installation
### From source #### From source
$ git clone https://github.com/Y2Z/monolith.git $ git clone https://github.com/Y2Z/monolith.git
$ cd monolith $ cd monolith
$ make install $ make install
### With Homebrew (on macOS and GNU/Linux) #### With Homebrew (on macOS and GNU/Linux)
$ brew install monolith $ brew install monolith
### Using Snapcraft (on GNU/Linux) #### Using Snapcraft (on GNU/Linux)
$ snap install monolith $ snap install monolith
### Via Docker #### Via Docker
The guide can be found [here](https://github.com/Y2Z/monolith/wiki/Using-containers) The guide can be found [here](https://github.com/Y2Z/monolith/wiki/Using-containers)