Fixed command in README.md file.

This commit is contained in:
Kapendev 2024-03-08 05:39:14 +02:00
parent 37f11a052e
commit 5d7d20d8d8

View file

@ -45,7 +45,7 @@ This guide outlines the steps to install Popka using Git and the Dub package man
Run the following command to install raylib using Dub:
```bash
dub run raylib-d:install
dub add raylib-d && dub run raylib-d:install
```
3. **Compile example:**