From 9328987d46f5f02021705edf554f7d18c52f0e5d Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com> Date: Sun, 26 Jan 2025 12:47:48 +0200 Subject: [PATCH] Please install KiCad 8 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60262e8..f0c4266 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,17 @@ [](https://gitlab.fabcloud.org/pub/libraries/electronics/kicad/-/commits/master) -> **What about KiCad 8?** Yes, it is KiCad 8 compatible!!! +> **What about KiCad 8?** Yes, it is KiCad 8 compatible. -This library includes all the electronics components listed in the official [Fab Inventory](http://inventory.fabcloud.io/). +> **It does not work on KiCad 7!** Yes, sorry, it is easier to maintain the library with latest KiCad. Please install KiCad 8. + +This library includes all the electronics components listed in the official [Fab Inventory](http://inventory.fabcloud.io/). > **Warning!** the library is under active development. Naming of components can change overnight. Make sure to `git pull` the latest version before doing work. ## Installation -> Make sure you have at least **KiCad 7** or greater installed. It works fine with **Kicad 8**. +> Make sure you have at least **KiCad 8** or greater installed. 1. Clone or download this repository. You may rename the directory to `fab`. 2. Store it in a safe place such as `~/kicad/libraries` or `C:/kicad/libraries`. -- GitLab