diff options
author | Anthony Wang | 2021-06-20 16:11:02 +0000 |
---|---|---|
committer | GitHub | 2021-06-20 16:11:02 +0000 |
commit | ed627fec85dc3f04d1d9e0bdfad3bc894ccfa878 (patch) | |
tree | c59a117d424678b8d36ef050bb16bfb610216510 /README.md | |
parent | 23dae04e6220785b1380a7fc1a014287a2b00f5f (diff) |
Fix a few mistakesv1.5.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,7 +50,7 @@ sudo make uninstall ``` ## Setup on Ubuntu -First follow [installation instructions on zenpower3](https://github.com/Ta180m/zenpower3/blob/master/README.md#installation-commands-for-ubuntu) +First follow [installation instructions on zenpower3](https://github.com/Ta180m/zenpower3/blob/master/README.md#installation-for-ubuntu) Then: ```sh sudo modprobe msr @@ -58,7 +58,7 @@ sudo bash -c 'echo "msr" > /etc/modules-load.d/msr.conf' sudo apt install build-essential libgtk-3-dev git cd ~ git clone https://github.com/Ta180m/zenmonitor3 -cd zenmonitor +cd zenmonitor3 make sudo make install sudo make install-polkit |