Update folder names in docs

This commit is contained in:
pokkst 2023-12-06 18:19:13 -06:00
parent 5e69ce3997
commit 43c6d191e4
No known key found for this signature in database
GPG key ID: EC4FAAA66859FAA4

View file

@ -19,8 +19,8 @@ Clone a specific branch, and shorten I2P download time with `git clone -b releas
4. Then go into the mynero repo folder, then external-libs. Here you need to create symbol link to `monero` folder: 4. Then go into the mynero repo folder, then external-libs. Here you need to create symbol link to `monero` folder:
Linux: `ln -s ~/monero ~/mynero/external-libs/monero` Linux: `ln -s ~/monero ~/mysu/external-libs/monero`
Windows: `mklink /D "C:\Users\<USERNAME>\monero-wallet\external-libs\monero" "C:\Users\<USERNAME>\monero"` Windows: `mklink /D "C:\Users\<USERNAME>\mysu\external-libs\monero" "C:\Users\<USERNAME>\monero"`
5. Start Docker and then run `sudo make` in `external-libs` folder. It will fail at end on Windows, but if `wallet2_api.h` exists in `include` folder, the build was successful. 5. Start Docker and then run `sudo make` in `external-libs` folder. It will fail at end on Windows, but if `wallet2_api.h` exists in `include` folder, the build was successful.