From f61b9661e99257edea1330ca84547b0e46dd73c6 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 3 Jun 2020 03:43:34 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 297d7985..171e2095 100644 --- a/README.md +++ b/README.md @@ -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 ```