diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-10-21 12:31:59 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-10-21 12:31:59 +0200 |
commit | 6ce462c58a4037dfd33b541cc24333216758c86a (patch) | |
tree | ae4e30adc8f41471740b78c3ead5556edf825310 /web/news | |
parent | b99333f53a480dd242ef39c8b910c88f1f8e039c (diff) | |
download | Nim-6ce462c58a4037dfd33b541cc24333216758c86a.tar.gz |
Updated the installation instructions
Diffstat (limited to 'web/news')
-rw-r--r-- | web/news/e028_version_0_15_2.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/web/news/e028_version_0_15_2.rst b/web/news/e028_version_0_15_2.rst index 703ffa549..413f850b7 100644 --- a/web/news/e028_version_0_15_2.rst +++ b/web/news/e028_version_0_15_2.rst @@ -12,7 +12,13 @@ As always, you can grab the latest version from the `downloads page <http://nim-lang.org/download.html>`_. This release is a pure bugfix release fixing the most pressing issues and -regressions of 0.15.0. To see a full list of changes, take a look at the +regressions of 0.15.0. For Windows we now provide zipfiles in addition to the +NSIS based installer which proves to be hard to maintain and after all these +months still has serious issues. So we encourage you download the .zip +file instead of the .exe file! Unzip it somewhere, run ``finish.exe`` to +detect your MingW installation, done. + +To see a full list of changes, take a look at the detailed changelog `below <#changelog>`_. |