From 0787481a9fbddcff699f39d4a15fac670cff6c3d Mon Sep 17 00:00:00 2001 From: Petar Kirov Date: Thu, 29 Jun 2017 18:50:04 +0300 Subject: [PATCH] Correct "Get Digger" section about dub Dub packages must first be fetched before you can run them, at least until https://github.com/dlang/dub/pull/1082 is accepted. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1933dc13..20ba53ef 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ On Windows, Digger will download and unpack everything it needs (Git, DMC, DMD, The easiest way to obtain and run Digger is through Dub. As Dub is included with DMD, simply run: + $ dub fetch digger $ dub run digger -- ...args... You can find binaries on the [GitHub releases](https://github.com/CyberShadow/Digger/releases) page.