Skip to content

Commit 22ecd3a

Browse files
committed
Fix the installation instructions
The gem is still in pre-release so it can't be installed without the --pre flag
1 parent b26f794 commit 22ecd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Ruby bindings for [raylib](https://www.raylib.com/), a simple and easy-to-use li
2929
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
3030
system.
3131

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`
3333

3434
## Usage
3535

0 commit comments

Comments
 (0)