diff options
-rw-r--r-- | web/download.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/web/download.rst b/web/download.rst index 5bebe66ab..b7d4cbd02 100644 --- a/web/download.rst +++ b/web/download.rst @@ -8,18 +8,18 @@ Windows we recommend that you use `Mingw-w64 <http://mingw-w64.sourceforge.net/>`_. GCC is recommended on Linux and Clang on Mac. +.. + Binaries + -------- -Binaries --------- + Unfortunately, right now we only provide binaries for Windows. You can download + an installer for both 32 bit and 64 bit versions of Windows below. -Unfortunately, right now we only provide binaries for Windows. You can download -an installer for both 32 bit and 64 bit versions of Windows below. + * 32 bit: `nim-0.14.0_x32.exe <download/nim-0.14.0_x32.exe>`_ + * 64 bit: `nim-0.14.0_x64.exe <download/nim-0.14.0_x64.exe>`_ -* 32 bit: `nim-0.14.0_x32.exe <download/nim-0.14.0_x32.exe>`_ -* 64 bit: `nim-0.14.0_x64.exe <download/nim-0.14.0_x64.exe>`_ - -These installers also include Aporia, Nimble and other useful Nim tools to get -you started with Nim development! + These installers also include Aporia, Nimble and other useful Nim tools to get + you started with Nim development! Installation based on generated C code -------------------------------------- |