1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-08-16 16:20:38 +03:00

Merge remote-tracking branch 'arrufat/fix-kakrc-install'

This commit is contained in:
Maxime Coste 2024-03-02 15:08:37 +11:00
commit e9bd708327
2 changed files with 3 additions and 3 deletions

View File

@ -178,7 +178,7 @@ install: src/kak installdirs install-debug-$(debug) install-gzip-man-$(gzip_man)
ln -sf ../../bin/kak $(libexecdir)/kak
cp src/kak/kakrc $(sharedir)
cp share/kak/kakrc $(sharedir)
chmod 0644 $(sharedir)/kakrc
cp -r rc/* $(sharedir)/rc

View File

@ -22,9 +22,9 @@ TL;DR
---------------------------------------------
git clone https://github.com/mawww/kakoune.git
cd kakoune/src
cd kakoune
make
./kak
./src/kak
---------------------------------------------
See https://github.com/mawww/golf for Kakoune solutions to vimgolf challenges,