diff --git a/Workarounds.md b/Workarounds.md index ba1f970..43a6f0f 100644 --- a/Workarounds.md +++ b/Workarounds.md @@ -8,7 +8,7 @@ If you are having issues with your `cbr` files, please use the [bulk conversion Currently, Mango doesn't have multi-library support, but you can work around this by running multiple instances of Mango on the same machine. You can do so by passing in the paths to different config files when starting Mango. For example -``` +```bash mango --config=/path/to/config-1.yml mango --config=/path/to/config-2.yml ```