From: Nathael Pajani Date: Mon, 6 Nov 2023 13:04:40 +0000 (+0100) Subject: Updating README file (fix base repository path) X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=888daba2c9745733d1314532d4ab686daa2f6539;p=elec%2Fbase%2Flib Updating README file (fix base repository path) --- diff --git a/README b/README index 3189d0e..7108812 100644 --- a/README +++ b/README @@ -3,9 +3,9 @@ This repository holds the libraries used by projects and boards designed by 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 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 : + 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 / @@ -14,7 +14,7 @@ It should be used as a base directory to hold our projects, which you should |- RF_Sub1GHz / |- Demo / Which is made by the succession of these commands : - git clone git://git.techno-innov.fr/elec/base Schemas + git clone git://git.techno-innov.fr/elec/base/lib 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 @@ -30,3 +30,4 @@ It is also not guaranted by KiCaD that a given part definition will not Feel free to use it for your projects, or switch between our libs to KiCaD libs at your convenience, but we do not provide support for our libraries or for any incompatibility between our libraries and KiCaD ones. +