README update

This commit is contained in:
Ki Rill 2024-07-08 13:42:24 +05:00
parent 47216b27c1
commit f1d1f8b923
1 changed files with 7 additions and 0 deletions

View File

@ -18,5 +18,12 @@ Take the Dlang Tour: https://tour.dlang.org/
- DMD compiler
- DUB package manager
- Your favorite text editor (I use Visual Studio Code, sometimes Vim :)
- Raylib graphics library
#### Build and run
```
dub run raylib-d:install
dub
```
Have a nice day!