Browse Source

added "Syntax" chapter

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

+ 6 - 0
cli/README.MD

@@ -31,6 +31,12 @@ This is a **work in progress**.
   `$ chmod +x single-file.js`
 
 ### Run
+- Syntax
+ 
+  `$ ./single-file.js <url> [output] [options ...]` (Linux/Unix/BSD etc.)
+
+  `> node single-file.js <url> [output] [options ...]` (Windows)    
+
 - Display help
 
   `$ ./single-file.js --help` (Linux/Unix/BSD etc.)