diff options
author | Rob Hoelz <rob@hoelz.ro> | 2016-11-18 08:37:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-18 08:37:04 -0600 |
commit | a0f695d40c271e4fd031ac65d0ac7ee107edc4a8 (patch) | |
tree | ed9154899c0fe669381003ca90d75800532e8d33 | |
parent | 3950eb1b019dbcde7a3d94a69fa2ba51d632353f (diff) | |
parent | 97fa777fd13d2335a2c0af8c4ed381be5c574f83 (diff) | |
download | lua-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.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 | ||
34 | lua-term is available in the `devel:languages:lua` devel project on [OBS](https://build.opensuse.org/package/show/devel:languages:lua/lua-luaterm). | ||
35 | |||
36 | Add the repository and install lua-term via: | ||
37 | ``` | ||
38 | zypper addrepo http://download.opensuse.org/repositories/devel:/languages:/lua/openSUSE_Tumbleweed/devel:languages:lua.repo | ||
39 | zypper refresh | ||
40 | zypper in lua-luaterm | ||
41 | ``` | ||
42 | |||
43 | Adjust the repository URL to your version of openSUSE by substituting `openSUSE_Tumbleweed` with your actual version eg `opensSUSE_42.2`. | ||
44 | |||
33 | Usage | 45 | Usage |
34 | ----- | 46 | ----- |
35 | 47 | ||