README: updated to make current

This commit is contained in:
Emma Tebibyte 2024-06-02 19:15:23 -06:00
parent 9093b06166
commit 24b235e7c1
Signed by: emma
GPG Key ID: 06FA419A1698C270

6
README
View File

@ -20,9 +20,9 @@ See docs/ for more on the specific utilities currently implemented.
Building
The coreutils require a POSIX-compliant environment to compile, including a C
compiler and preprocessor (cc(1) and cpp(1) by default) with the -idirafter
flag, a Rust compiler (rustc(1) by default), bindgen(1), and a POSIX-compliant
make(1) utility.
compiler and preprocessor (cc(1) and cpp(1) by default), an edition 2023 Rust
compiler (rustc(1) by default), bindgen(1), and a POSIX-compliant make(1)
utility.
To build and install: