diff options
| author | Maxime Coste <mawww@kakoune.org> | 2019-12-20 07:16:53 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-12-20 07:16:53 +1100 |
| commit | 10fd65f20446e423966e6efcfcd6002d342d94da (patch) | |
| tree | 21fe2ea5185c090cc598fd03231cfa489ec0bfbf | |
| parent | 2dd950147f7a54944b2a6e7e5f185a64bad10b1c (diff) | |
| parent | dc9d12a2728aa42325548c04f16e936130af2f76 (diff) | |
Merge branch 'master' of http://github.com/bonds/kakoune
| -rw-r--r-- | README.asciidoc | 21 |
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. |
