doc: Keep datadir in the wsl fs.

2024-05-20_merge
tecnovert 4 years ago
parent bf684c13d6
commit dd37156e65
No known key found for this signature in database
GPG Key ID: 8ED6D8750C4E3F93
  1. 7
      doc/install.md

@ -73,11 +73,10 @@ Go to the directory containing the source code:
cd /mnt/c/tmp/basicswap/docker/
The following will set COINDATA_PATH to a directory in your windows home dir.
It's significantly faster to keep COINDATA_PATH in the linux filesystem.
You can access it from the windows side at: `\\wsl$\Ubuntu-20.04`
export COINDATA_PATH=$(wslpath "$(wslvar USERPROFILE)")/coinswaps
echo $COINDATA_PATH
/mnt/c/Users/USER/coinswaps
export COINDATA_PATH=/home/$USER/coinswaps
Continue from the [Run Using Docker](#run-using-docker) section.

Loading…
Cancel
Save