Update v3.md (#661)

Fixed a formatting issue and changed the verbiage a bit
This commit is contained in:
arch1mede 2022-03-11 10:03:27 -08:00 committed by GitHub
parent 3fddc95bd0
commit 780a28c1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

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