From 14637c5a7b60a99b1d5567a86f38c6bea93035ac Mon Sep 17 00:00:00 2001 From: nickdante Date: Thu, 6 Aug 2026 15:45:36 +0300 Subject: [PATCH] Structure preparation --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc56bb2..ae8cb9a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ -# hw-kicad-library +# KiCad Libraries -All custom components libraries for kicad \ No newline at end of file +All custom components libraries for kicad. + +This hub houses a comprehensive collection of symbols and footprints for the electronic compoenents used in the projects. Every HW project developed must use this library to make sure that a certain consistency, efficiency, improvement and versioning is mentained. + +# Getting Started + + 1. Clone the repository: + - Download a copy of the entire library collection to your local machine + 2. Configure KiCad Paths: + - Open KiCad Preferences. + - Navigate to **Configure Paths**. + - Add a new **Environment Variable** with **GHOST_CAT_KICAD_LIB** name + - Add the path to the cloned repository's `/lib` directory.