From 32219027592f71ae11552f3dce4ef502d325d102 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 2 Aug 2020 00:34:23 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a34a7e7..d1c35a7 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ A very simple and fully functional Raspberry Pi-based IP-KVM that you can make w # DIY Getting Started ## Required hardware -Pi-KVM supports several different hardware configurations, referred to as **platforms**. At the moment, there are two main ones: **v2** and **v0**. -* **v2** is the most modern implementation for **Raspberry Pi 4** and **ZeroW** supporting all of the features of Pi-KVM. +Pi-KVM supports several different hardware configurations, referred to as **platforms**. Now available: **v2** and **v0**. +* **v2** is the most modern implementation for **Raspberry Pi 4** and **ZeroW** supporting all of the features of Pi-KVM include Mass Storage Drive. * **v0** was designed to work with **Raspberry Pi 2** and **3** that do not have OTG and requires a few more components for a basic implementation. It also does not support the Mass Storage Drive feature. **It is recomended to buid v2 since it supports all features including the Mass Storage Drive feature. It's also the easiest to make.**