aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/README.md
diff options
context:
space:
mode:
authorAaron Clauson <aaron@sipsorcery.com>2019-07-29 10:16:22 +0200
committerAaron Clauson <aaron@sipsorcery.com>2019-07-29 10:16:22 +0200
commite0324c37681fd1a418c345bc8a7a0735efc25006 (patch)
tree376c842a50128ad95a6f3c1d9522a2c8ab908e39 /build_msvc/README.md
parent0626b8cbdf0aa971500eb5613c7ab4096c496966 (diff)
downloadbitcoin-e0324c37681fd1a418c345bc8a7a0735efc25006.tar.xz
Updated python command in readme so it will work on systems that have both python2 and 3 installed.
Diffstat (limited to 'build_msvc/README.md')
-rw-r--r--build_msvc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_msvc/README.md b/build_msvc/README.md
index d6543e6d67..2e93979aca 100644
--- a/build_msvc/README.md
+++ b/build_msvc/README.md
@@ -44,7 +44,7 @@ The instructions below use `vcpkg` to install the dependencies.
- Use Python to generate *.vcxproj from Makefile
```
- PS >python msvc-autogen.py
+ PS >py -3 msvc-autogen.py
```
- Build in Visual Studio.