diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-06-13 04:49:20 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-06-13 04:49:20 -0600 |
commit | 0c8910a53a1d730b025975ca0bc651c9992750a9 (patch) | |
tree | b2f1c0e13072ed795a8cfc323bc4f02a54597fa6 /src/blog/a | |
parent | 6d5eefd8ecd4f8357766efd718afb25082dae4b2 (diff) |
fix error on config section
Diffstat (limited to 'src/blog/a')
-rw-r--r-- | src/blog/a/manga_server_with_komga.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/a/manga_server_with_komga.md b/src/blog/a/manga_server_with_komga.md index 36acdf2..52af3a9 100644 --- a/src/blog/a/manga_server_with_komga.md +++ b/src/blog/a/manga_server_with_komga.md @@ -118,7 +118,7 @@ mangal config set -k installer.user -v "luevano" # points to my scrapers reposit mangal config set -k logs.write -v true # I like to get logs for what happens ``` -**Note**: For testing purposes (if you want to explore `mangal`) set `downloader.path` later, then set it to where you want once ready to start to populate the Komga library directory (could be after finishing the [Komga](#komga) section). +**Note**: For testing purposes (if you want to explore `mangal`) set `downloader.path` once you're ready to start to populate the Komga library directory (at [Komga: populate manga library](#populate-manga-library)). For more configs and to read what they're for: |