Skip to content

Commit

Permalink
brought README up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
florian committed Jun 15, 2023
1 parent 21fd268 commit c9dad6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Implements:
o unveil()
o auth_userokay()

Works and has been tested on Lua 5.1, 5.2 and 5.3.
Works and has been tested on Lua 5.1, 5.2, 5.3 and 5.4.

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

$ mkdir build && cd build
$ cmake .. -DMODLUA_VERSION=5.1
$ cmake .. -DMODLUA_VERSION=5.4
$ make
$ make install

Expand All @@ -37,7 +37,7 @@ Usage:

Or:

#!/usr/bin/env lua51
#!/usr/bin/env lua54

o = require('openbsd')

Expand Down

0 comments on commit c9dad6e

Please # to comment.