From 5f09dd803eb62a18c1baed4fa1d94b46d0bccdda Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com> Date: Wed, 13 Mar 2024 15:24:38 +0200 Subject: [PATCH] Update readme with kicad 8 info --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb360e1..9d9f818 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,15 @@ [](https://gitlab.fabcloud.org/pub/libraries/electronics/kicad/-/commits/master) +> **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/). > **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. +> Make sure you have at least **KiCad 7** or greater installed. It works fine with **Kicad 8**. 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