mirror of https://github.com/pikvm/pikvm.git
Update v3.md (#661)
Fixed a formatting issue and changed the verbiage a bit
This commit is contained in:
parent
3fddc95bd0
commit
780a28c1d9
|
|
@ -57,18 +57,14 @@ If you have a kit without a metal case, you can use our free 3D printing case dr
|
|||
# systemctl enable --now kvmd-fan
|
||||
# ro
|
||||
```
|
||||
If you want the temperature to be displayed and in Fahreneit on the OLED and you do not want to update the whole system, then you will need to do this first after going to root:
|
||||
If you want the temperature to be displayed in Fahreneit on the OLED and you do not want to update the whole system, then you will need to do this first after going to root:
|
||||
```
|
||||
# rw
|
||||
# pacman -Syy
|
||||
# pacman -S kvmd-oled
|
||||
# systemctl enable --now kvmd-oled kvmd-oled-reboot kvmd-oled-shutdown
|
||||
```
|
||||
|
||||
If you want the temperature to be displayed in Fahrenheit on the OLED, make the following:
|
||||
```
|
||||
# mkdir -p /etc/systemd/system/kvmd-oled.service.d
|
||||
```
|
||||
Create file `touch or nano /etc/systemd/system/kvmd-oled.service.d/override.conf`:
|
||||
```ini
|
||||
[Service]
|
||||
|
|
|
|||
Loading…
Reference in New Issue