Skip to content

Commit 778398a

Browse files
committed
Update build directory location
Makefile is located in the top directory
1 parent 4084306 commit 778398a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ sudo apt install kakoune
214214
If you want to compile from source on 20.04 or earlier, you must force the build to use GCC 10, which is not the default. Also, make sure you have .local/bin in your path so that kak is available after the installation.
215215
216216
----------------------------------------------------------------
217-
git clone https://github.com/mawww/kakoune.git && cd kakoune/src
217+
git clone https://github.com/mawww/kakoune.git && cd kakoune
218218
CXX=g++-10 make
219219
make PREFIX=$HOME/.local install
220220
----------------------------------------------------------------

0 commit comments

Comments
 (0)