We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50a3241 + 80fe7c0 commit 7f9e6acCopy full SHA for 7f9e6ac
README.md
@@ -12,6 +12,11 @@ when using the **--inplace** option.
12
* To compile with DMD, run ```make``` in the dfmt directory. To compile with
13
LDC, run ```make ldc``` instead. The generated binary will be placed in ```dfmt/bin/```.
14
15
+### Installing with DUB
16
+
17
+```sh
18
+> dub fetch --version='~master' dfmt && dub run dfmt -- -h
19
+```
20
21
## Using
22
By default, dfmt reads its input from **stdin** and writes to **stdout**.
0 commit comments