Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karlramberg committed Nov 18, 2023
2 parents 99176aa + 7c902ff commit 4db234d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ for your system's architecture.
To learn website builder, simply use the `-h` flag. Which prints...

```
Usage of .\website-builder.exe:
-i string
Input folder of incomplete HTML pages (default "src")
-o string
Output folder to place complete HTML pages. This folder is created if it doesn't exist. Existing *.html files, *.htm files, and empty subdirectories in here are deleted! (default "docs")
-t string
Template HTML page to inject HTML into (default "template.html")
Usage of .\website-builder.exe:
-i string
Input folder of incomplete HTML pages (default "src")
-o string
Output folder to place complete HTML pages. This folder is created if it doesn't exist. Existing *.html files, *.htm files, and empty subdirectories in here are deleted! (default "docs")
-t string
Template HTML page to inject HTML into (default "template.html")
```

## Example website(s)
Expand Down

0 comments on commit 4db234d

Please sign in to comment.