From 3bbc951556e8ccef9eb8123003d9ade9a36d176e Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 15 Sep 2019 21:12:40 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b84e41c..fc0481f 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,10 @@ Pi-KVM OS is based on Arch Linux ARM and contains all required packages and conf 0. For clean OS (Like Ubuntu 18) you need to install and configure docker (after adding user in docker group relogin is needed), as well as git and make. ```shell - $ sudo apt-get install curl -y + $ sudo apt-get install git make curl -y $ curl -fsSL https://get.docker.com -o get-docker.sh $ sudo sh get-docker.sh $ sudo usermod -aG docker user - $ sudo apt-get install git -y - $ sudo apt-get install make -y ``` 1. Checkout build toolchain: @@ -115,7 +113,7 @@ Pi-KVM OS is based on Arch Linux ARM and contains all required packages and conf $ make install ``` -6. After installation remove the SD card and insert it into Raspberry Pi. Turn on the power. Raspberry Pi will try to get the address using DHCP in your LAN. Congratulations! Your Pi-KVM will be available via SSH (`ssh root@`) and HTTPS (try to open using browser `https://`) and HTTPS (try to open using browser `https://`). For HTTPS used a self-signed certificate by default. 7. If you cannot find the device address, try using the following command: ```shell