From afe024baf8999c3764cae5093230bde901b0843b Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 4 Mar 2020 18:30:35 +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 a432c6bf..11c271fe 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,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: +5. Put SD card into card reader and install OS (**you should have automatic mounting disabled: `systemctl stop udisk2` or something like that**): ```shell [user@localhost os]$ make install ```