Browse Source

updated help

Gildas Lormeau 7 years ago
parent
commit
2a6db5fc13
1 changed files with 6 additions and 0 deletions
  1. 6 0
      cli/README.MD

+ 6 - 0
cli/README.MD

@@ -42,4 +42,10 @@ This is a **work in progress**.
   `$ ./single-file.js https://www.wikipedia.org wikipedia.html` (Linux/Unix/BSD etc.)
   
   `> node single-file.js https://www.wikipedia.org wikipedia.html` (Windows)
+
+- Saving https://www.wikipedia.org into `wikipedia.html` with jsdom instead of Puppeteer
+
+  `$ ./single-file.js https://www.wikipedia.org wikipedia.html --back-end=jsdom` (Linux/Unix/BSD etc.)
+  
+  `> node single-file.js https://www.wikipedia.org wikipedia.html --back-end=jsdom` (Windows)