Update README.md

This commit is contained in:
Domen Tabernik 2020-07-27 18:27:23 +02:00 committed by GitHub
parent f7b3932f18
commit 16a832ab8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,7 @@ NOTE: Using this script on other systems requires manual calibration of a functi
# Install # Install
```bash ```bash
sudo apt-get install ipmitool && modprobe ipmi_devintf
make make
sudo make install sudo make install
``` ```
@ -46,8 +47,7 @@ Directly call python script (requires sudo access for `impitool`):
sudo python superfans_gpu_controller.py config.json sudo python superfans_gpu_controller.py config.json
``` ```
## Print RPMs of all FANs grouped by zones: Print RPMs of all FANs grouped by zones:
```bash ```bash
sudo python superfans.py sudo python superfans.py
``` ```