diff --git a/README.md b/README.md index b28fa6e..130df61 100644 --- a/README.md +++ b/README.md @@ -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