add second compilation example to readme

This commit is contained in:
Jeremy Baxter 2024-02-06 16:44:20 +13:00
parent 441cee0900
commit 74c9d5c155

View file

@ -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.
```
dmd -i -of=program program.d
dmd program.d initial.d
dmd -i program.d
```