Update go_env.rst
diff --git a/docs/misc/go_env.rst b/docs/misc/go_env.rst
index 7f8b586..510efca 100644
--- a/docs/misc/go_env.rst
+++ b/docs/misc/go_env.rst
@@ -66,9 +66,8 @@
 Installing Go and git on Linux
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-In terminal type
-
 .. code-block:: console
+
     sudo apt-get install golang git
 
 Installing Go on and git Windows
@@ -77,6 +76,7 @@
 In msys2 terminal type
 
 .. code-block:: console
+
     pacman -S mingw-w64-x64_64-go git
 
 Make sure to restart msys2 terminal after installation.