aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Hoelz <rob@hoelz.ro>2016-06-02 08:33:27 -0500
committerRob Hoelz <rob@hoelz.ro>2016-06-02 08:33:27 -0500
commit871802a4f12bfdaabd3bb217a80c92c0ae9c6119 (patch)
tree4b3ca944da32f78d381faa20e46013621a3e4f1f
parent9b3dfe60018ab910ba09c400789cfab50b79a3d7 (diff)
parentf65ce11b74e30e13490717b01bac8beee667463e (diff)
downloadlua-term-871802a4f12bfdaabd3bb217a80c92c0ae9c6119.tar.gz
lua-term-871802a4f12bfdaabd3bb217a80c92c0ae9c6119.tar.bz2
lua-term-871802a4f12bfdaabd3bb217a80c92c0ae9c6119.zip
Merge pull request #17 from n0la/master
Update readme with OpenBSD install instructions
-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