diff options
| -rw-r--r-- | doc/build-windows.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build-windows.md b/doc/build-windows.md index 4d7d6c67a..437a41a62 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -1,7 +1,7 @@ WINDOWS BUILD NOTES ==================== -Below are some notes on how to build Bitcoin Core for Windows. +Below are some notes on how to build Dogecoin Core for Windows. Most developers use cross-compilation from Ubuntu to build executables for Windows. This is also used to build the release binaries. @@ -128,6 +128,6 @@ Installation After building using the Windows subsystem it can be useful to copy the compiled executables to a directory on the windows drive in the same directory structure as they appear in the release `.zip` archive. This can be done in the following -way. This will install to `c:\workspace\bitcoin`, for example: +way. This will install to `c:\workspace\dogecoin`, for example: - make install DESTDIR=/mnt/c/workspace/bitcoin + make install DESTDIR=/mnt/c/workspace/dogecoin |