Fix installation instructions on README.md (#531)

* Fix installation instructions on README.md

Fixes Issue #530.
This commit is contained in:
Preetpal Sohal 2021-03-11 06:40:44 -08:00 committed by GitHub
parent 1f21a97713
commit 3479e73707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ when using the **--inplace** option.
### Installing with DUB
```sh
> dub fetch --version='~master' dfmt && dub run dfmt -- -h
> dub run dfmt -- -h
```
### Building from source using Make