1
0
Fork 0
mirror of https://github.com/otakuto/crazydiskinfo.git synced 2025-08-12 16:56:00 +00:00

Create README.md

This commit is contained in:
otakuto 2017-01-20 13:50:52 +09:00 committed by GitHub
parent e360dfd800
commit 997337f680

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# CrazyDiskInfo
![](http://raw.github.com/wiki/otakuto/CrazyDiskInfo/images/0.png)
CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.
## Require
* ncurses
* libatasmart
## Build
```
mkdir build
cmake ..
make && make install
```