1
0
Fork 0
mirror of https://github.com/otakuto/crazydiskinfo.git synced 2025-08-06 22:23:23 +00:00

Use cmake to create the build directory

This is one less command to copy and run.
This commit is contained in:
Paul Wise 2021-11-25 13:21:33 +08:00
parent 5a50b262a1
commit 34ba626d14
No known key found for this signature in database
GPG key ID: 3116BA5E9FFA69A3

View file

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