From 4110205eba350738124f7cf61118e336676048f9 Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Wed, 1 Sep 2021 21:38:20 +0100 Subject: [PATCH] chore: add how to --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd92ccc..e63ee00 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,31 @@ └── zterton + +## How to install + +> Clonning or downlowding this repository will not include code, each item has his own individual repository + +Keep all libraries in one place and run use [on_lib.sh script](/LibreCloud/Lib/src/branch/master/on_libs.sh), review script and comment unnecesary items or any other change. + +For **create** via git clone command, use: + +```bash +export REPO_URL=https://rlung.librecloud.online +# create a directory or go to directory where libs are going to be created (cloned) +mkdir lib +[path-to-libs.sh]/on_libs.sh clone +``` + +For **update or sync** via git pull command, use: + +```bash +export REPO_URL=https://rlung.librecloud.online +# Go to directory where libs exists +cd lib +[path-to-libs.sh]/on_libs.sh pull +``` + ## bin Tools and utils: Scripts and tools to maintain this library @@ -84,4 +109,3 @@ Encrypt/Decrypt and templating To init and load application [Zterton library](/LibreCloud/lib_zterton) -