diff options
author | Rob Hoelz <rob@hoelz.ro> | 2016-06-02 08:33:27 -0500 |
---|---|---|
committer | Rob Hoelz <rob@hoelz.ro> | 2016-06-02 08:33:27 -0500 |
commit | 871802a4f12bfdaabd3bb217a80c92c0ae9c6119 (patch) | |
tree | 4b3ca944da32f78d381faa20e46013621a3e4f1f | |
parent | 9b3dfe60018ab910ba09c400789cfab50b79a3d7 (diff) | |
parent | f65ce11b74e30e13490717b01bac8beee667463e (diff) | |
download | lua-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.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 | ||