summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-12-20 07:16:53 +1100
committerMaxime Coste <mawww@kakoune.org>2019-12-20 07:16:53 +1100
commit10fd65f20446e423966e6efcfcd6002d342d94da (patch)
tree21fe2ea5185c090cc598fd03231cfa489ec0bfbf
parent2dd950147f7a54944b2a6e7e5f185a64bad10b1c (diff)
parentdc9d12a2728aa42325548c04f16e936130af2f76 (diff)
Merge branch 'master' of http://github.com/bonds/kakoune
-rw-r--r--README.asciidoc21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 9154b6ec..86d16211 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -219,6 +219,27 @@ pkg install kakoune
====
[TIP]
+.OpenBSD
+====
+Building on OpenBSD 6.6 amd64.
+
+--------------------------------------------------
+# pkg_add git gmake
+# git clone https://github.com/mawww/kakoune
+# cd kakoune
+# export CXX=clang++
+# gmake install
+--------------------------------------------------
+
+Running with support for plugins.
+--------------------------------------------------
+# pkg_add dash
+$ export KAKOUNE_POSIX_SHELL=/usr/local/bin/dash
+$ kak
+--------------------------------------------------
+====
+
+[TIP]
.Solus
====
Kakoune is available in the Solus stable repository.