From f1d1f8b9237848e06a9a1a08f2dd60f96678a0bc Mon Sep 17 00:00:00 2001 From: Ki Rill Date: Mon, 8 Jul 2024 13:42:24 +0500 Subject: [PATCH] README update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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!