diff --git a/README.md b/README.md index 85aabfc..10b582c 100644 --- a/README.md +++ b/README.md @@ -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!