diff options
| author | Maxime Coste <mawww@kakoune.org> | 2020-08-20 19:02:34 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2020-08-20 19:02:34 +1000 |
| commit | 033a28dca2a5994bb9f7756c7cbd54e68554654d (patch) | |
| tree | 870bee28c7653343ec83b8b25bffc351cf4fd831 | |
| parent | 0b3b912ffc1b866a095e696ca6b21fc2c2abc38c (diff) | |
| parent | 9440adf85ad04edc1148065990d85952cc39adb0 (diff) | |
Merge branch 'patch-3' of https://github.com/icefoxen/kakoune
| -rw-r--r-- | README.asciidoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc index 0ca788a3..41ecf117 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -207,6 +207,16 @@ PREFIX=$HOME/.local make install ==== [TIP] +.Debian +==== +Kakoune can be found in Debian 9 (Stretch) and later releases. + +--------------------------- +sudo apt install kakoune +--------------------------- +==== + +[TIP] .FreeBSD ==== Kakoune is available in the official ports tree as |
