aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@openmailbox.org>2016-11-18 13:59:53 +0100
committerMichael Vetter <jubalh@openmailbox.org>2016-11-18 13:59:53 +0100
commit97fa777fd13d2335a2c0af8c4ed381be5c574f83 (patch)
treeed9154899c0fe669381003ca90d75800532e8d33
parent3950eb1b019dbcde7a3d94a69fa2ba51d632353f (diff)
downloadlua-term-97fa777fd13d2335a2c0af8c4ed381be5c574f83.tar.gz
lua-term-97fa777fd13d2335a2c0af8c4ed381be5c574f83.tar.bz2
lua-term-97fa777fd13d2335a2c0af8c4ed381be5c574f83.zip
Add install instructions for openSUSE
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 38f5946..edc805b 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,18 @@ $ cd /usr/ports/devel/lua-term
30$ env FLAVOR=lua51 doas make install 30$ env FLAVOR=lua51 doas make install
31``` 31```
32 32
33## openSUSE
34lua-term is available in the `devel:languages:lua` devel project on [OBS](https://build.opensuse.org/package/show/devel:languages:lua/lua-luaterm).
35
36Add the repository and install lua-term via:
37```
38zypper addrepo http://download.opensuse.org/repositories/devel:/languages:/lua/openSUSE_Tumbleweed/devel:languages:lua.repo
39zypper refresh
40zypper in lua-luaterm
41```
42
43Adjust the repository URL to your version of openSUSE by substituting `openSUSE_Tumbleweed` with your actual version eg `opensSUSE_42.2`.
44
33Usage 45Usage
34----- 46-----
35 47