Update README.md

This commit is contained in:
DanKoloff 2018-05-04 09:26:38 +03:00 committed by GitHub
parent 933f211514
commit 2bb360c490
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -18,18 +18,18 @@ How to install?
1. Copy a64-olinuxino-hdmi.dtb and a64-olinuxino-lcd.dtb in /boot/a64/ directory,
where the default a64-olinuxino.dtb file is located. The command should be:
`
```
# sudo cp _path_to_file/a64-olinuxino-hdmi.dtb /boot/a64/
# sudo cp _path_to_file/a64-olinuxino-lcd.dtb /boot/a64/
`
```
2. copy change-display in /usr/sbin directory
`
```
# sudo cp path_to_file/change-display /usr/sbin
`
```
3. Start the script change-display with
`
```
# sudo change-display
`
```
and follow the on-screen instructions.
4. Reboot the laptop.