From 7854694ee7344d535bb1e00e8db4dd0debc865a7 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com> Date: Wed, 5 Mar 2025 16:49:27 +0200 Subject: [PATCH] Update that one SHOULD change the library folder name to "fab" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f0d5b7..7656e49 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This library includes all the electronics components listed in the official [Fab > Make sure you have at least **KiCad 8** or greater installed. -1. Clone or download this repository. You may rename the directory to `fab`. +1. Clone or download this repository. You **should** rename the directory to `fab`. 2. Store it in a safe place such as `~/kicad/libraries` or `C:/kicad/libraries`. 3. Run KiCad or open a KiCad `.pro` file. 4. Go to "Preferences / Configure Paths" and add new environment variable "FAB" that points to location of the fab library on your drive, e.g. `~/kicad/libraries/fab`. This is needed for the 3D models to load correctly. -- GitLab