From f65ce11b74e30e13490717b01bac8beee667463e Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Thu, 2 Jun 2016 11:22:36 +0200 Subject: Update readme with OpenBSD install instructions --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 33338ef..38f5946 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,28 @@ Installation lua-term is available on Luarocks. + +## OpenBSD + +lua-term is available as an OpenBSD package. Use the proper Lua flavour to +get the package for your Lua version: + +``` +# For Lua 5.1 +$ doas pkg_add -r lua-term +# For Lua 5.2 +$ doas pkg_add -r lua52-term +# For Lua 5.3 +$ doas pkg_add -r lua53-term +``` + +Or install from ports: + +``` +$ cd /usr/ports/devel/lua-term +$ env FLAVOR=lua51 doas make install +``` + Usage ----- -- cgit v1.2.3-55-g6feb