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:
parent
e360dfd800
commit
997337f680
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# CrazyDiskInfo
|
||||

|
||||
|
||||
CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.
|
||||
|
||||
## Require
|
||||
* ncurses
|
||||
* libatasmart
|
||||
|
||||
## Build
|
||||
```
|
||||
mkdir build
|
||||
cmake ..
|
||||
make && make install
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue