Skip to content

Commit ac90ae2

Browse files
committed
updated readme
1 parent 5fabebf commit ac90ae2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
My wiki
33

44
## Usage
5+
This converts all the Markdown files in `pages/` to HTML, and makes an index for them (in `index.html` for once), with an A-to-z list, a tag tree, and a search, all static.
56

67
1. [Install Red](https://www.red-lang.org/p/download.html)
7-
2. `red generator.red` (change `'wikiLocation` in `generator.red` if you want)
8+
2. Copy `env.example` to .`env` and set `wikiLocation` in it to point to the foldre you want the HTML files to be added to (it will remove any existing `*.html` files in it)
9+
3. `red generator.red`
810

911
The wiki will be where you want then :)

0 commit comments

Comments
 (0)