summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@openmailbox.org>2015-11-13 16:40:00 +0100
committerMichael Vetter <jubalh@openmailbox.org>2015-11-13 16:42:58 +0100
commit84da2ca78c49c6741b3ff9d940f6ffa1f6e96de7 (patch)
tree8a61c06435e11a91cfc082b41f43f9bb04dbf0eb
parent2113b829df79f1c7427a368c84d3ffdf3d6328ae (diff)
Add install instructions for openSUSE
-rw-r--r--README.asciidoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 92e1e951..2255b648 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -160,6 +160,20 @@ cave resolve -x kakoune
--------------------------------
====
+[TIP]
+.openSUSE
+====
+kakoune can be found in the https://build.opensuse.org/package/show/editors/kakoune[editors] devel project.
+Make sure to adjust the link below to point to the repository of your openSUSE version.
+
+--------------------------------
+#Example for Tumbleweed:
+sudo zypper addrepo http://download.opensuse.org/repositories/editors/openSUSE_Factory/editors.repo
+sudo zypper refresh
+sudo zypper install kakoune
+--------------------------------
+====
+
Running
~~~~~~~