From: Nathael Pajani Date: Tue, 31 Jan 2023 00:08:36 +0000 (+0100) Subject: Update README content to explain how to clone our repositories X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=bbb8b0ca2f43f6db06313e103659387902d1bb02;p=elec%2Fbase%2Flib Update README content to explain how to clone our repositories --- diff --git a/README b/README index 79d56e0..3189d0e 100644 --- a/README +++ b/README @@ -2,8 +2,23 @@ This repository holds the libraries used by projects and boards designed by Techno-Innov. It should be used as a base directory to hold our projects, which you should - clone in a sub-directory of your choice (we use those mentioned in the - .gitignore file, but any directory name will do the job). + clone in a sub-directory of your choice. We use names like those in the git + paths, but any directory name will do the job. If, for example, you're + interested in our "orangepi", "demo", and "rfsub1g" designs, you should end up + with something like this : + - Schemas / + |- Lib + |- Adapters / + |- OrangePi / + |- Modules / + |- RF_Sub1GHz / + |- Demo / + Which is made by the succession of these commands : + git clone git://git.techno-innov.fr/elec/base Schemas + mkdir -p Schemas/{Adapters,Modules} + git clone git://git.techno-innov.fr/elec/adapters/orangepi Schemas/Adapters/OrangePi + git clone git://git.techno-innov.fr/elec/modules/rfsub1g Schemas/Modules/RF_Sub1GHz + git clone git://git.techno-innov.fr/elec/modules/demo Schemas/Modules/Demo We are not using "official" KiCaD libraries due to the constant changes in KiCaD formats, library contents and organisation between versions, making