From 2d7d08a00c56fd38d1fe67b1d818cc299ee795ca Mon Sep 17 00:00:00 2001 From: Prajwala <56329359+PrajwalaNagaraj@users.noreply.github.com> Date: Thu, 3 Sep 2020 13:34:28 -0400 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index aa827b57..fd114da5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # external Third party libraries + + +Third-Party Libraries Used in the evio + +Supported Operating Systems/Platforms +Ubuntu 16.04 and 18.04 - x64 +Raspbian Stretch on Raspberry Pi 3 and 4 - ARM7 +Raspbian Stretch on Raspberry Pi Zero - ARM6 +Microsoft Windows 10 - x64 +Please find the third-party libraries for the above systems in their respective repository branches. + +Clone a Single Branch +If you want to clone a single branch instead of the whole repository, use the following command: + +git clone -b --single-branch +For instance, to clone the ubuntu-x64 branch, use: + +git clone -b ubuntu-x64 --single-branch https://github.com/EdgeVPNio/external.git