mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Add installing with DUB instructions
This commit is contained in:
parent
e844a98f4d
commit
efc771fc7a
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ makefile has "ldc" and "gdc" targets if you'd prefer to compile with one of thes
|
|||
compilers instead of DMD. To install, simply place the generated binary (in the
|
||||
"bin" folder) somewhere on your $PATH.
|
||||
|
||||
### Installing with DUB
|
||||
|
||||
```sh
|
||||
> dub fetch dscanner && dub run dscanner
|
||||
```
|
||||
|
||||
# Usage
|
||||
The following examples assume that we are analyzing a simple file called helloworld.d
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue