From 9f7e3138932119eb281e00897ab18d1a91492cf7 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 18 Jun 2018 15:19:53 +0200 Subject: [PATCH] update dmd version --- hands-on_dlang.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hands-on_dlang.md b/hands-on_dlang.md index df30f97..ff7c13b 100644 --- a/hands-on_dlang.md +++ b/hands-on_dlang.md @@ -109,21 +109,21 @@ brew install dub ```bash curl -fsS https://dlang.org/install.sh | bash -s dmd -echo "~/.dlang/dmd-2.080.0/activate" >> ~/.profile # Add dmd and dub to PATH on starting a bash shell +echo "~/.dlang/dmd-2.080.1/activate" >> ~/.profile # Add dmd and dub to PATH on starting a bash shell ``` ##### Installing using the installer -* Download http://downloads.dlang.org/releases/2.x/2.080.0/dmd.2.080.0.dmg. -* Open `dmd.2.080.0.dmg` +* Download http://downloads.dlang.org/releases/2.x/2.080.1/dmd.2.080.1.dmg. +* Open `dmd.2.080.1.dmg` * Run `DMD2.pkg` (you might need to activate the “allow installing applications from unverified developers” option in your security settings) and install with the default settings. #### Windows -* Download http://downloads.dlang.org/releases/2.x/2.080.0/dmd-2.080.0.exe. -* Run `dmd-2.080.0.exe` and install with the default settings (this will also +* Download http://downloads.dlang.org/releases/2.x/2.080.1/dmd-2.080.1.exe. +* Run `dmd-2.080.1.exe` and install with the default settings (this will also install Visual Studio if you do not have it installed yet). ### Recommended editor setup