From 565acdef25dfbf39f3b867d659dca61f21c75395 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Thu, 12 Dec 2019 19:27:26 -0500 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d661b04..4474d26 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,20 @@ Unlike the conventional "Save page as", `monolith` not only saves the target doc If compared to saving websites with `wget -mpk`, this tool embeds all assets as data URLs and therefore lets browsers render the saved page exactly the way it was on the Internet, even when no network connection is available. - +## Installation -### Installation +### From source $ git clone https://github.com/Y2Z/monolith.git $ cd monolith $ cargo install --path . -### Usage +### On macOS (via Homebrew) + $ brew install monolith + +## Usage $ monolith https://lyrics.github.io/db/p/portishead/dummy/roads/ > portishead-roads-lyrics.html -### Options +## Options - `-c`: Ignore styles - `-f`: Exclude iframes - `-i`: Remove images @@ -38,11 +41,11 @@ If compared to saving websites with `wget -mpk`, this tool embeds all assets as - `-s`: Silent mode - `-u`: Specify custom User-Agent -### Related Projects +## Related projects - `Pagesaver`: https://github.com/distributed-mind/pagesaver - `SingleFile`: https://github.com/gildas-lormeau/SingleFile -### License +## License The Unlicense