Update README.md

This commit is contained in:
Maxim Devaev 2020-06-03 03:43:34 +03:00 committed by GitHub
parent 0383ee4c82
commit f61b9661e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ Pi-KVM OS is based on Arch Linux ARM and contains all required packages and conf
[user@localhost os]$ make os
```
5. Put SD card into card reader and install OS (**you should have automatic mounting disabled: `systemctl stop udisk2` or something like that**):
5. Put SD card into card reader and install OS (**you should disable automounting: `systemctl stop udisk2` or something like that**):
```shell
[user@localhost os]$ make install
```