Skip to content

Commit c616340

Browse files
committed
README.md updates
1 parent b257a6d commit c616340

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The include statement is simply a html comment on a line where you want the enti
1212
Finally, I have only tested this on Linux, it probably works on MacOS, and probably doesn't work on Windows.
1313

1414
```help
15-
usage: ssri [-h] [-d] [-t TEMPLATES_DIR] [-o OUTPUT] [--no-warnings] [-v] inputFile [inputFile ...]
15+
usage: ssri [-h] [-d] [-t TEMPLATES_DIR] [-o OUTPUT] [--no-warnings] [-v] [-c] inputFile [inputFile ...]
1616
```
1717

1818
### Installation
@@ -28,6 +28,7 @@ There is a simple example setup in the `Example/` folder, which shows a simple w
2828
`-o` is the directory to output the generated files to, if not provided it using the current directory.
2929
`--no-warnings` silences any warnings, and just runs without worrying if it overwrites any files.
3030
`-v` explains what the script is doing, turns on verbose mode
31+
`-c` copies the entire source (input) directory to the output directory, the `-d` flag must be used, and only one directory may be provided
3132

3233
#### Tips
3334
By putting the output files into their own designated folder, so as long as you setup your webserver correctly, you can prevent the templates and source files from being accessed, by setting your webserver's root folder to be output folder.

0 commit comments

Comments
 (0)