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:
Versha Dhankar 2024-09-28 21:40:33 -07:00
parent 9e5ca1bb05
commit 78c7c20d0e
No known key found for this signature in database

View file

@ -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.