Fix installation instructions on README.md
Fixes Issue #530. Also modified single quotes to be double quotes so command runs on Windows command line. Tested on Ubuntu 20.04 and Windows 10.
This commit is contained in:
parent
c4b6a7e7e3
commit
68fdf7b2c4
|
@ -10,7 +10,7 @@ when using the **--inplace** option.
|
||||||
### Installing with DUB
|
### Installing with DUB
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
> dub fetch --version='~master' dfmt && dub run dfmt -- -h
|
> dub fetch dfmt@"~master" && dub run dfmt -- -h
|
||||||
```
|
```
|
||||||
|
|
||||||
### Building from source using Make
|
### Building from source using Make
|
||||||
|
|
Loading…
Reference in New Issue