summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Hoelz <rob@hoelz.ro>2016-11-18 08:37:04 -0600
committerGitHub <noreply@github.com>2016-11-18 08:37:04 -0600
commita0f695d40c271e4fd031ac65d0ac7ee107edc4a8 (patch)
treeed9154899c0fe669381003ca90d75800532e8d33
parent3950eb1b019dbcde7a3d94a69fa2ba51d632353f (diff)
parent97fa777fd13d2335a2c0af8c4ed381be5c574f83 (diff)
downloadlua-term-a0f695d40c271e4fd031ac65d0ac7ee107edc4a8.tar.gz
lua-term-a0f695d40c271e4fd031ac65d0ac7ee107edc4a8.tar.bz2
lua-term-a0f695d40c271e4fd031ac65d0ac7ee107edc4a8.zip
Merge pull request #20 from jubalh/master
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