From 2cf3e8f54c587ffead528fa437e4147ff5685852 Mon Sep 17 00:00:00 2001 From: Ki Rill Date: Sun, 15 Dec 2019 17:33:35 +0600 Subject: [PATCH] Update README.md --- lesson#1/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lesson#1/README.md b/lesson#1/README.md index 46186a9..1145540 100644 --- a/lesson#1/README.md +++ b/lesson#1/README.md @@ -16,13 +16,13 @@ To install DMD compiler: #### DUB is the official package manager for D programming langauge. With the help of DUB you can build and run your programs. It is especially -useful when you need to include an external library. Just tell DUB -the name of the package/library, and DUB will fetch and build it for your +useful when you need an external library. Just tell DUB +the name of the package/library you would like to include, and DUB will fetch, download and build it for your project. To install DUB package manager: 1. Head over to www.github.com/dlang/dub/releases -2. Choose you OS and download the official installer +2. Choose your OS and download the official installer 3. Launch the installer, it will install DUB package manager automatically #### Sublime Text is an editor for our code. It's simple and easy to use.