diff options
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -8,6 +8,28 @@ Installation | |||
8 | 8 | ||
9 | lua-term is available on Luarocks. | 9 | lua-term is available on Luarocks. |
10 | 10 | ||
11 | |||
12 | ## OpenBSD | ||
13 | |||
14 | lua-term is available as an OpenBSD package. Use the proper Lua flavour to | ||
15 | get the package for your Lua version: | ||
16 | |||
17 | ``` | ||
18 | # For Lua 5.1 | ||
19 | $ doas pkg_add -r lua-term | ||
20 | # For Lua 5.2 | ||
21 | $ doas pkg_add -r lua52-term | ||
22 | # For Lua 5.3 | ||
23 | $ doas pkg_add -r lua53-term | ||
24 | ``` | ||
25 | |||
26 | Or install from ports: | ||
27 | |||
28 | ``` | ||
29 | $ cd /usr/ports/devel/lua-term | ||
30 | $ env FLAVOR=lua51 doas make install | ||
31 | ``` | ||
32 | |||
11 | Usage | 33 | Usage |
12 | ----- | 34 | ----- |
13 | 35 | ||