From 9ecfa7f15d7256bcf8736a7de564fb06f42ba0cf Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 24 Aug 2018 12:44:44 -0400 Subject: [PATCH] Update startup-troubleshooting.md --- content/faq/startup-troubleshooting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/faq/startup-troubleshooting.md b/content/faq/startup-troubleshooting.md index 83ab7829..cc483e11 100644 --- a/content/faq/startup-troubleshooting.md +++ b/content/faq/startup-troubleshooting.md @@ -46,8 +46,8 @@ download_directory: 'c:\lbry\Downloads'} ``` Some Operating Systems may have this format: ``` -data_dir: c:\lbry\lbrynet -lbryum_wallet_dir: c:\lbry\lbryum -download_directory: c:\lbry\Downloads +data_dir: 'c:\lbry\lbrynet' +lbryum_wallet_dir: 'c:\lbry\lbryum' +download_directory: 'c:\lbry\Downloads' ``` After you are done inserting/editing the `daemon_settings.yml` configuration file, try re-running LBRY. The settings file has to stay in the original location, and LBRY will create the new folders/data in the specified directories. `lbrynet`/`lbryum` folders should be copied there if you are migrating from a previous install. If you still receive this warning after completing the above steps, please [reach out to us](https://lbry.io/faq/how-to-report-bugs) for additional support.