diff options
author | Tahsincan Köse | 2021-11-30 20:46:24 +0300 |
---|---|---|
committer | Tahsincan Köse | 2021-11-30 20:48:39 +0300 |
commit | ef2c1793d943c43fa1ebe2aa632270aa308012a2 (patch) | |
tree | e6628375eceed2f9929c1ace1d604dddd532df40 /README.md | |
parent | 48bf54c46c3061d9344f89d2dab3bd4613ec3a17 (diff) |
Refresh in place capability.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ Then: ```sh sudo modprobe msr sudo bash -c 'echo "msr" > /etc/modules-load.d/msr.conf' -sudo apt install build-essential libgtk-3-dev git +sudo apt install build-essential libgtk-3-dev libncurses5-dev git cd ~ git clone https://github.com/Ta180m/zenmonitor3 cd zenmonitor3 |