Skip to content

Commit 10e6b55

Browse files
committed
Updated note about Premake to state it must be >= 5.0-alpha8.
1 parent aeff48e commit 10e6b55

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
@@ -41,7 +41,7 @@ Clink can be extended through its Lua API which allows easy creation context sen
4141

4242
### Building Clink
4343

44-
Clink's uses [Premake](http://premake.github.io) to generate Visual Studio solutions or makefiles for MinGW. Note that Premake >= 5.0 is required.
44+
Clink's uses [Premake](http://premake.github.io) to generate Visual Studio solutions or makefiles for MinGW. Note that Premake >= 5.0-alpha8 is required.
4545

4646
1. Cd to your clone of Clink.
4747
2. Run "premake <toolchain>" (where "<toolchain>" is one of Premake's actions - see "premake --help")

0 commit comments

Comments
 (0)