Commit 77b0691

Nick Faro committed on
Add path options to manual
commit 77b0691a0c76b3db40ca620034e5f3baade2ba30 parent 89b2617
2 changed files +10−0
Modifiedmanual/src/SUMMARY.md +1−0
@@ -21,6 +21,7 @@
21 - [Routines](hUGETracker/routines.md) 21 - [Routines](hUGETracker/routines.md)
22 - [UGE file format](hUGETracker/uge-format.md) 22 - [UGE file format](hUGETracker/uge-format.md)
23 - [Miscellaneous](hUGETracker/miscellaneous.md) 23 - [Miscellaneous](hUGETracker/miscellaneous.md)
24 - [Command line options](hUGETracker/command-line.md)
24 25
25 # hUGEDriver 26 # hUGEDriver
26 27
Addedmanual/src/hUGETracker/command-line.md +9−0
@@ -0,0 +1,9 @@
1 # Command Line Options
2
3 hUGETracker supports loading a module passed as the first command line argument. Additionally, data directories can be configured using the `--conf_dir`, `--cache_dir` and `--runtime_dir` options. This allows running hUGETracker from a read-only directory, or packaging hUGETracker for Linux distributions.
4
5 | Option | Information |
6 |-----------------|-------------------------------------------------------------------------------------------------------------------|
7 | `--conf_dir` | Where user configuration is stored (settings, keymaps, color schemes). |
8 | `--cache_dir` | Where intermediate files generated during song assembly are stored. |
9 | `--runtime_dir` | Where necessary files that normally ship with hUGETracker are stored. This includes `hUGEDriver`, `halt.gb`, etc. |