From 7dbe91a325c2888fac0c39700eb3bcfb740dcae7 Mon Sep 17 00:00:00 2001 From: Matt <13592966+Potato-Matic@users.noreply.github.com> Date: Sun, 15 Sep 2019 19:03:57 -0400 Subject: [PATCH] fixed a small error on my part "ARM Arch Linux" is apparently the proper name of the distro. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d63c8ab..7f647d4 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The S-video capture device must be connected to the USB port shown, not anything ![Screenshot](image4.jpg) ## Building OS -Pi-KVM OS is based on ARM Arch Linux and contains all required packages and configs to work. To build the OS you will need any Linux machine with a fresh version of Docker (we recommand >= 1:19) with privileged mode (for fdisk and some other commands, check Makefiles if you don't trust us :) ) +Pi-KVM OS is based on Arch Linux ARM and contains all required packages and configs to work. To build the OS you will need any Linux machine with a fresh version of Docker (we recommand >= 1:19) with privileged mode (for fdisk and some other commands, check Makefiles if you don't trust us :) ) 0. For a clean OS (Like Ubuntu 18) you need to install and configure docker (after adding user in the docker group a relogin is needed), as well as git and make. ```shell