20 lines
728 B
Plaintext
20 lines
728 B
Plaintext
# How to use
|
|
### Preparation
|
|
You will need 2 folders
|
|
|
|
1. In the "source" folder you will add/modify/remove FreeMind .mm files
|
|
Please do not use it for anything else.
|
|
|
|
2. In the "destination" folder will be automatically generated/delete html files.
|
|
If the source file is named "map.mm" then the resulting html file will be "map.mm.html".
|
|
The "files.zip" must be unpacked in the "destination" folder such that there is a single level "files" folder.
|
|
|
|
### Usage
|
|
Invoke the "watcher" executable from a directory where the "mindgen" is located (usually the same one)
|
|
```
|
|
./watcher /path/to/src /path/to/dst
|
|
```
|
|
|
|
### command.sh
|
|
Example script that automatically changes the working directory to its location and executes the watcher
|