mirror of
https://github.com/otakuto/crazydiskinfo.git
synced 2025-08-09 15:33:50 +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
|
## Build and Run
|
||||||
```
|
```
|
||||||
$ mkdir build
|
$ cmake -B build
|
||||||
$ cd build
|
$ cd build
|
||||||
$ cmake ..
|
|
||||||
$ make && sudo make install
|
$ make && sudo make install
|
||||||
$ sudo crazy
|
$ sudo crazy
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue