Updated the releases link. It linked to 2.5 now it should link to the latest(no specific version)

CAPTAIN1947
2022-04-16 22:12:50 +05:30
parent 7e357c947c
commit c2420aa4de

@ -3,7 +3,7 @@
**Note:** The following how-to is mostly for Windows. If you know a way to do it on Mac and/or Linux, feel free to edit this wiki and add it.
### Step 1
Install the latest release of Raylib from the **[releases page](https://github.com/raysan5/raylib/releases/tag/2.5.0)**. If you're on Windows installing Raylib with MingW (GCC) or TCC included will make it easier.
Install the latest release of Raylib from the **[releases page](https://github.com/raysan5/raylib/releases)**. If you're on Windows installing Raylib with MingW (GCC) or TCC included will make it easier.
### Step 2
Depending on how easy you want to make it for yourself, create a file called `build.bat` in the root of your current project (recommended) or in `%AppData%\Sublime Text 3\Packages\User`