coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

AuthorJamozed <[email protected]>
Date2020-07-14 01:55:55
Commit7825960abe0246a03e277cf9febfb5f2aa9a6341
Parenta2aca68acc40099aa5b3bb5c208f5809a42af782

meta: Update build instructions in README

Diffstat

M README.md | 5 +----

1 files changed, 1 insertions, 4 deletions

diff --git a/README.md b/README.md
index 18a08f6..6da69be 100644
--- a/README.md
+++ b/README.md
@@ -48,12 +48,10 @@ Binaries will be located in the `bin` directory.
 
 ### UNIX Build
 
-Run `buildUNIX.sh` in the `build` directory, or
+Run `BuildUNIX.sh`, or
 
 ```sh
-cd build
-cmake -DCMAKE_BUILD_TYPE=Release ../
-make
+cmake -S . -B build && cmake --build build
 ```
 
 ## Meta