From c178fe4f87193a0a9c305f6cca3f6ad3e7016b21 Mon Sep 17 00:00:00 2001 From: Prajwala <56329359+PrajwalaNagaraj@users.noreply.github.com> Date: Wed, 23 Sep 2020 16:20:56 -0400 Subject: [PATCH] branch-head-57 changes to external (#1) * Update README.md --- README.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index de6d9c9c..9d656353 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,25 @@ -# external +# external repository -Third party libraries - -Third-Party Libraries Used in the evio +This repository contains the third-party libraries used in the EdgeVPNio/evio build ## Supported Operating Systems/Platforms -* Ubuntu 16.04 and 18.04 - x64 +* Ubuntu 18 and 20 - 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 +The third-party libraries for the above systems are located in their respective repository branches. -If you want to clone a single branch instead of the whole repository, use the following command: +## Cloning a Single Branch +To clone a single branch, rather than the entire repository, use the following command: -git clone -b _branch_ --single-branch _url_ -For instance, to clone the ubuntu-x64 branch, use: +``` +git clone -b --single-branch +``` -git clone -b ubuntu-x64 --single-branch +For instance: + +``` +git clone -b ubuntu-x64 --single-branch https://github.com/EdgeVPNio/external.git +```