improve README.md

pull/7/head
vflyson 7 years ago
parent 22822805f8
commit 9910a4e5ed

@ -18,17 +18,17 @@ However, keep in mind that `monolith` is not aware of your browser's session.
$ sudo npm install -g git@github.com:Y2Z/monolith.git $ sudo npm install -g git@github.com:Y2Z/monolith.git
### Usage ### Usage
$ monolith [local path]/index.html > mysite.html $ monolith https://github.com > github.html
or or
$ monolith https://github.com > github.html $ monolith -q [local path]/index.html > mysite.html
<!-- or --> <!-- or -->
<!-- cat local.html | monolith - > local.html --> <!-- cat local.html | monolith - > local.html -->
### Options ### Options
- `-u`: output the result document as one big data-URI - `-u`: output the result document as one big data-URI
- `-q`: don't be verbose - `-q`: be quiet
<!-- - `-a`: fix anchor href="" attributes for remote documents --> <!-- - `-a`: fix anchor href="" attributes for remote documents -->
### License ### License

Loading…
Cancel
Save