Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdealijaroli committed Feb 7, 2024
1 parent 053b122 commit 1fd6cb0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ If you don't specify an output path, the output will be written to "output.html"
./bin/govert input.md
```
To convert a directory of Markdown files to HTML using Govert, run the binary with the input and output directory paths as arguments:
```bash
./bin/govert -d path/to/input-directory
```
You don't need to specify an output directory, the output will be written to "outputDir" by default.


## Contributing

Contributions are welcome! To contribute to Govert, follow these steps:
Expand Down

0 comments on commit 1fd6cb0

Please sign in to comment.