diff --git a/README.asciidoc b/README.asciidoc index 2abc4c3d..b9852bc1 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -221,7 +221,7 @@ pkg install kakoune [TIP] .OpenBSD ==== -Building on OpenBSD 6.6 amd64. +Building on OpenBSD 6.7 amd64. -------------------------------------------------- # pkg_add git gmake @@ -231,6 +231,14 @@ Building on OpenBSD 6.6 amd64. # gmake install -------------------------------------------------- +Kakoune is available in the 6.7-current port tree as +http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/editors/kakoune/[editors/kakoune] + +A binary package is also available for -current snapshot and can be installed with +-------------------------------------------------- +# pkg_add kakoune +-------------------------------------------------- + Running with support for plugins. -------------------------------------------------- # pkg_add dash diff --git a/test/run b/test/run index 209376a7..3fa67c2a 100755 --- a/test/run +++ b/test/run @@ -68,6 +68,7 @@ main() { fi finished_commands |$root/../src/kak -p "$session" 2>/dev/null + cat <&4 >/dev/null wait $kakpid retval=$?