aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
index 33338ef..38f5946 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,28 @@ Installation
8 8
9lua-term is available on Luarocks. 9lua-term is available on Luarocks.
10 10
11
12## OpenBSD
13
14lua-term is available as an OpenBSD package. Use the proper Lua flavour to
15get 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
26Or install from ports:
27
28```
29$ cd /usr/ports/devel/lua-term
30$ env FLAVOR=lua51 doas make install
31```
32
11Usage 33Usage
12----- 34-----
13 35