diff options
author | Dylan Garrett <dylan.garrett@gmail.com> | 2021-06-13 14:26:01 -0700 |
---|---|---|
committer | Dylan Garrett <dylan.garrett@gmail.com> | 2021-06-13 14:26:01 -0700 |
commit | 5e11f94aabd7acb4346739d6235050feced28a11 (patch) | |
tree | e9883210f89b581f264ad768d82e3be0601ec280 | |
parent | d6ca0e96012f93a14428cdbe43408110639e4ef7 (diff) | |
download | roka-5e11f94aabd7acb4346739d6235050feced28a11.tar.gz roka-5e11f94aabd7acb4346739d6235050feced28a11.zip |
Add detail about copying audiobook files
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,7 +37,8 @@ support a username and password. uploaded. 2. Run roka.py with the `--generate <output_directory>` parameter, where - `<output_directory>` is an output directory to place the generated site. + `<output_directory>` is an output directory to place the generated site. All + audiobook files will be copied to this location. ```bash ./roka.py --generate ./static |