1
0
Fork 0
mirror of https://github.com/otakuto/crazydiskinfo.git synced 2025-07-25 10:28:41 +00:00

Update README.md

This commit is contained in:
otakuto 2017-01-20 14:57:33 +09:00 committed by GitHub
parent 06534caf75
commit 1acfbf1339

View file

@ -9,8 +9,9 @@ CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.
## Build
```
mkdir build
cd build
cmake ..
make && make install
$ mkdir build
$ cd build
$ cmake ..
$ make && make install
$ sudo crazy
```