From 34ba626d14bc8f4c9918c79f293cc298277e5d1b Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Thu, 25 Nov 2021 13:21:33 +0800 Subject: [PATCH] Use cmake to create the build directory This is one less command to copy and run. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ce4b3e..9bd7265 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,8 @@ CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems. ## Build and Run ``` -$ mkdir build +$ cmake -B build $ cd build -$ cmake .. $ make && sudo make install $ sudo crazy ```