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:
parent
5a50b262a1
commit
34ba626d14
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue