Skip to content

Commit c9dad6e

Browse files
author
florian
committed
brought README up to date
1 parent 21fd268 commit c9dad6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Implements:
88
o unveil()
99
o auth_userokay()
1010

11-
Works and has been tested on Lua 5.1, 5.2 and 5.3.
11+
Works and has been tested on Lua 5.1, 5.2, 5.3 and 5.4.
1212

1313
Note that pledge() pre 6.3 takes an optional set of paths
1414
as the second argument.
@@ -21,7 +21,7 @@ as the second argument.
2121
Build:
2222

2323
$ mkdir build && cd build
24-
$ cmake .. -DMODLUA_VERSION=5.1
24+
$ cmake .. -DMODLUA_VERSION=5.4
2525
$ make
2626
$ make install
2727

@@ -37,7 +37,7 @@ Usage:
3737

3838
Or:
3939

40-
#!/usr/bin/env lua51
40+
#!/usr/bin/env lua54
4141

4242
o = require('openbsd')
4343

0 commit comments

Comments
 (0)