]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/embedded-book/src/intro/install/windows.md
New upstream version 1.53.0+dfsg1
[rustc.git] / src / doc / embedded-book / src / intro / install / windows.md
index 374f379b3f5fcf557b18576d71941000a1fa0761..e00740352a5408037c235e15649895fb5f09b1d6 100644 (file)
@@ -6,7 +6,7 @@ ARM provides `.exe` installers for Windows. Grab one from [here][gcc], and follo
 Just before the installation process finishes tick/select the "Add path to environment variable"
 option. Then verify that the tools are in your `%PATH%`:
 
-``` console
+``` text
 $ arm-none-eabi-gdb -v
 GNU gdb (GNU Tools for Arm Embedded Processors 7-2018-q2-update) 8.1.0.20180315-git
 (..)
@@ -26,7 +26,7 @@ if you've been using the easy install)
 
 Verify that OpenOCD is in your `%PATH%` with:
 
-``` console
+``` text
 $ openocd -v
 Open On-Chip Debugger 0.10.0
 (..)