You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Ruby bindings for [raylib](https://www.raylib.com/), a simple and easy-to-use li
29
29
1. Follow the instructions on the [native raylib wiki](https://github.com/raysan5/raylib#build-and-installation) to install the __native raylib library__ on your operating
30
30
system.
31
31
32
-
2. Install the gem by executing: `bundle add raylib` or `gem install raylib`
32
+
2. Install the gem by executing: `bundle add raylib` or `gem install raylib --pre`
0 commit comments