Merge branch 'README-updates'

This commit is contained in:
Emma Tebibyte 2024-06-03 23:08:02 -06:00
commit 1211524dee
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 Building
The coreutils require a POSIX-compliant environment to compile, including a C 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 compiler and preprocessor (cc(1) and cpp(1) by default), an edition 2023 Rust
flag, a Rust compiler (rustc(1) by default), bindgen(1), and a POSIX-compliant compiler (rustc(1) by default), bindgen(1), and a POSIX-compliant make(1)
make(1) utility. utility.
To build and install: To build and install: