From 9e722e46bcd4b7e0a4f743956d8145460af95f34 Mon Sep 17 00:00:00 2001 From: Lilis Iskandar Date: Wed, 21 Feb 2024 10:50:40 +0800 Subject: [PATCH] Update README.md Signed-off-by: Lilis Iskandar --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1622607f..90594675 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ `go-sdl2` is SDL2 wrapped for Go users. It enables interoperability between Go and the SDL2 library which is written in C. That means the original SDL2 installation is required for this to work. Note that the first build may take several minutes on machines that are not powerful such as Raspberry Pi. +NOTE: For the latest versions of SDL2, please use the `master` branch! # Table of Contents * [Documentation](#documentation) @@ -55,6 +56,9 @@ After that, you can execute your program: ``` # Examples + +NOTE: The following example is for the `master` branch. Please check the [README](https://github.com/veandco/go-sdl2/tree/v0.4.x?tab=readme-ov-file#examples) of `v0.4.x` for the stable version. + ```go package main