diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -75,7 +75,7 @@ python3 -m pytest ### Hydrilla command -Hydrilla includes a `hydrilla` command that can be used to quickly and easily spawn a local instance, e.g.: +Hydrilla includes a `hydrilla` shell command that can be used to quickly and easily spawn a local instance, e.g.: ``` hydrilla -m /path/to/where/package/files/to/serve/are/stored -p 10112 ``` @@ -83,7 +83,17 @@ This will cause the resources from provided path to be served at [http://127.0.0 The actual packages to serve are made using [Hydrilla builder](https://git.koszko.org/hydrilla-builder/). -*TODO...* +For more information about available options, pass the `--help` flag to `hydrilla` command: +``` shell +hydrilla --help +``` + +If navigate your POSIX shell to Hydrilla sources directory, you can also consult the included manpage (`man` tool required): +``` shell +man ./doc/man/man1/hydrilla.1 +``` + +Last but not least, you might find it useful to consult the default, internal configuration file of Hydrilla that resides under `src/hydrilla/server/config.json` in the sources repository. ## Copying |