mirror of
https://github.com/mawww/kakoune.git
synced 2025-04-16 11:17:44 +02:00
Update README to point to root Makefile
In b05295, the project switched from a root Makefile that simply pointed to the "real" Makefile in src/, and made the root Makefile contain all the build logic. However, the documentation wasn't updated to reflect this change. I'm updating the README.asciidoc file to point to the new location of the file, to avoid further confusion
This commit is contained in:
parent
9e5ca1bb05
commit
78c7c20d0e
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ Kakoune's dependencies are:
|
|||
* A {cpp}20 compliant compiler (GCC >= 10.3 or clang >= 11) along with its
|
||||
associated {cpp} standard library (libstdc{pp} >= 10 or libc{pp})
|
||||
|
||||
To build, just type *make* in the src directory.
|
||||
To generate man pages, type *make man* in the src directory.
|
||||
To build, just type *make* in the root directory.
|
||||
To generate man pages, type *make man* in the root directory.
|
||||
|
||||
Kakoune can be built on Linux, MacOS, and Cygwin. Due to Kakoune relying heavily
|
||||
on being in a Unix-like environment, no native Windows version is planned.
|
||||
|
|
Loading…
Add table
Reference in a new issue