add second compilation example to readme
This commit is contained in:
parent
4d863d48f5
commit
6e3d642e43
1 changed files with 2 additions and 1 deletions
|
@ -48,5 +48,6 @@ Download initial.d and put it somewhere in your import path, then compile it alo
|
||||||
your program and link it in. Or you can do it all at once by using -i.
|
your program and link it in. Or you can do it all at once by using -i.
|
||||||
|
|
||||||
```
|
```
|
||||||
dmd -i -of=program program.d
|
dmd program.d initial.d
|
||||||
|
dmd -i program.d
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue