X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=0e5b7170bc6b4e320c13d0574a9bb3760b9662d8;hb=d0778ac88e5e920e9ac2432a7c5c3246fb236310;hp=a2acfe8b478e28579028b5097644cbb8e759ca8a;hpb=c4156768aa1f23117903e6954f3e9ba946f49295;p=rust.git diff --git a/README.md b/README.md index a2acfe8b478..0e5b7170bc6 100644 --- a/README.md +++ b/README.md @@ -125,9 +125,9 @@ you have a more recent version installed the build system doesn't understand then you may need to force rustbuild to use an older version. This can be done by manually calling the appropriate vcvars file before running the bootstrap. -``` -CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat" -python x.py build +```batch +> CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat" +> python x.py build ``` #### Specifying an ABI