diff options
author | pad <pad@maitrebitcoin.com> | 2020-05-27 08:02:00 +0200 |
---|---|---|
committer | pad <pad@maitrebitcoin.com> | 2020-05-27 08:02:00 +0200 |
commit | 1c91ffefcf54d22f805c86318ea32d23b9d20c96 (patch) | |
tree | 361bff85aae0a874f433d2f2cdee4a0a7ac4bde6 /doc | |
parent | 24f70290642c9c5108d3dc62dbe055f5d1bcff9d (diff) |
doc : add link to readme.md in the first section
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-windows.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-windows.md b/doc/build-windows.md index bbff638b90..d3dc467f19 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -9,7 +9,7 @@ The options known to work for building Bitcoin Core on Windows are: and is the platform used to build the Bitcoin Core Windows release binaries. * On Windows, using [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/windows/wsl/about) and the Mingw-w64 cross compiler tool chain. -* On Windows, using a native compiler tool chain such as [Visual Studio](https://www.visualstudio.com). +* On Windows, using a native compiler tool chain such as [Visual Studio](https://www.visualstudio.com). See [README.md](/build_msvc/README.md). Other options which may work, but which have not been extensively tested are (please contribute instructions): |