This commit is contained in:
Maxime Coste 2024-03-22 22:11:13 +11:00
commit d4e93b6f47

View File

@ -215,7 +215,7 @@ If you want to compile from source on 20.04 or earlier, you must force the build
----------------------------------------------------------------
git clone https://github.com/mawww/kakoune.git && cd kakoune/src
CXX=g++-10 make
PREFIX=$HOME/.local make install
make PREFIX=$HOME/.local install
----------------------------------------------------------------
====