summaryrefslogtreecommitdiffstats
path: root/development/d-tools
diff options
context:
space:
mode:
author B. Watson2020-10-13 03:01:23 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:38:59 +0200
commit1378ee816ff2fb221a65cf095c23fe7670fd6140 (patch)
tree380ab42a7c72b1f62e3d76778a4cab20a6efe0f1 /development/d-tools
parent218c216dfbc4d495a2298f8acb81bba3bcddeeec (diff)
downloadslackbuilds-1378ee816ff2fb221a65cf095c23fe7670fd6140.tar.gz
development/d-tools: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/d-tools')
-rw-r--r--development/d-tools/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/development/d-tools/README b/development/d-tools/README
index 79c8ee33c1..7d717f9900 100644
--- a/development/d-tools/README
+++ b/development/d-tools/README
@@ -1,4 +1,5 @@
-This package provides ancillary tools for the D programming language compiler.
+This package provides ancillary tools for the D programming language
+compiler.
The following tools are included:
@@ -9,6 +10,6 @@ The following tools are included:
* D-Scanner - Swiss-army knife for D source code.
* DCD - Auto-complete program.
-By default DMD is used to build all tools but you can build them with GDC as
-well. DMD is not required in this case. Specify $DC variable for that:
-DC=gdc ./d-tools.SlackBuild
+By default DMD is used to build all tools but you can build them with
+GDC as well. DMD is not required in this case. Specify $DC variable
+for that: DC=gdc ./d-tools.SlackBuild