1
0
Fork 0
mirror of https://github.com/otakuto/crazydiskinfo.git synced 2025-08-07 14:43:14 +00:00

Use sudo when installing

The default install path is only writable by root.
This commit is contained in:
Paul Wise 2021-11-25 13:17:23 +08:00
parent 44e6b0d56b
commit 5a50b262a1
No known key found for this signature in database
GPG key ID: 3116BA5E9FFA69A3

View file

@ -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
```