diff options
author | Florian Stinglmayr <florian@n0la.org> | 2016-06-02 11:22:36 +0200 |
---|---|---|
committer | Florian Stinglmayr <florian@n0la.org> | 2016-06-02 11:22:36 +0200 |
commit | f65ce11b74e30e13490717b01bac8beee667463e (patch) | |
tree | 4b3ca944da32f78d381faa20e46013621a3e4f1f | |
parent | 9b3dfe60018ab910ba09c400789cfab50b79a3d7 (diff) | |
download | lua-term-f65ce11b74e30e13490717b01bac8beee667463e.tar.gz lua-term-f65ce11b74e30e13490717b01bac8beee667463e.tar.bz2 lua-term-f65ce11b74e30e13490717b01bac8beee667463e.zip |
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 | ||