diff --git a/README.md b/README.md index 7e5c1afb0..bd7cb52ee 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,8 @@ In CUDA yes, in OpenCL only on Nvidia . - run [getstuff.bat](extdep/getstuff.bat) in [cpp-ethereum/extdep](extdep) - open a command prompt and navigate to cpp-ethereum directory -``` mkdir build +``` +mkdir build cd build cmake -DBUNDLE=cudaminer -G "Visual Studio 12 2013 Win64" .. ```