development/d-tools: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 21:01:23 -04:00 committed by Willy Sudiarto Raharjo
parent 218c216dfb
commit 1378ee816f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 5 additions and 4 deletions

View File

@ -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