mirror of
https://github.com/otakuto/crazydiskinfo.git
synced 2025-08-06 14:15:08 +00:00
Use sudo when installing
The default install path is only writable by root.
This commit is contained in:
parent
44e6b0d56b
commit
5a50b262a1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.
|
|||
$ mkdir build
|
||||
$ cd build
|
||||
$ cmake ..
|
||||
$ make && make install
|
||||
$ make && sudo make install
|
||||
$ sudo crazy
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue