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.