mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 17:31:26 +00:00
update syntax for directories
This commit is contained in:
parent
1367e7867d
commit
461e3ef6d5
1 changed files with 3 additions and 3 deletions
|
@ -40,8 +40,8 @@ Currently, the LBRY app may fail to start because it does not support non-ASCII
|
|||
|
||||
This will setup your directories as follows or you can create/edit the file to configure your own paths (but again, don't use any folders with non-ASCII letters):
|
||||
```
|
||||
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 or editing the `daemon_settings.yml` configuration file, try running LBRY again. 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue