Add OpenBSD section to README
This commit is contained in:
parent
15df0fc781
commit
dc9d12a272
|
@ -206,6 +206,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
|
||||
====
|
||||
|
|
Loading…
Reference in New Issue
Block a user