add dub build to readme fix #234

This commit is contained in:
WebFreak001 2019-11-25 16:51:25 +01:00
parent 79ae2c09d0
commit 70bae7487e
1 changed files with 11 additions and 6 deletions

View File

@ -5,12 +5,7 @@
**dfmt** is beta quality. Make backups of your files or use source control
when using the **--inplace** option.
## Building
### Using Make
* Clone the repository
* Run ```git submodule update --init --recursive``` in the dfmt directory
* To compile with DMD, run ```make``` in the dfmt directory. To compile with
LDC, run ```make ldc``` instead. The generated binary will be placed in ```dfmt/bin/```.
## Installation
### Installing with DUB
@ -18,6 +13,16 @@ when using the **--inplace** option.
> dub fetch --version='~master' dfmt && dub run dfmt -- -h
```
### Building from source using Make
* Clone the repository
* Run ```git submodule update --init --recursive``` in the dfmt directory
* To compile with DMD, run ```make``` in the dfmt directory. To compile with
LDC, run ```make ldc``` instead. The generated binary will be placed in ```dfmt/bin/```.
### Building from source using dub
* Clone the repository
* run `dub build --build=release`, optionally with `--compiler=ldc2`
## Using
By default, dfmt reads its input from **stdin** and writes to **stdout**.
If a file name is specified on the command line, input will be read from the