From 38cd2ba8d3f94f66e5e99a527ec069ba154bf20e Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Tue, 14 Mar 2023 16:28:24 +0200
Subject: [PATCH] Update README

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 4f2cad5..0f623f3 100644
--- a/README.md
+++ b/README.md
@@ -6,25 +6,25 @@ This library (should) cover all the electronics components found in the official
 
 ## Installation
 
-> Make sure you have at KiCad 6 or greater installed.
+> Make sure you have at KiCad 7 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`.
 3. Run KiCad or open a KiCad `.pro` file.
 4. Go to "Preferences / Manage Symbol Libraries" and add `fab.kicad_sym` as symbol library.
 5. Go to "Preferences / Manage Footprint Libraries" and add `fab.pretty` as footprint library.
-6. Go to "Preferences / Configure Paths" and add variable named **FAB** that points to the installation directory of the fab library, such as `~/kicad/libraries/fab` or `C:/kicad/libraries/fab`. This will enable the custom 3D shapes to be found. The 3D shapes project has just started and most of them have to be populated still.
 
-## On-Going TODO
+## ToDo
 
-- [x] Create a test script that checks if parts from fab inventory are included
+- [ ] Create a test script that checks if parts from fab inventory are included
 - [ ] Make sure all parts from the inventory are there
 - [ ] Fix symbols and footprints according to KLC tests using [KiCad Library Utilities](https://gitlab.com/kicad/libraries/kicad-library-utils)
 - [ ] Review symbol and footprint local naming conventions
+- [ ] Add 3D models for all parts
 
 ## Contributing
 
-Please refer to the [CONTRIBUTING](CONTRIBUTING.md) document. Run `test.py` locally before `git push`.
+Please refer to the [CONTRIBUTING](CONTRIBUTING.md) document.
 
 ## License
 
-- 
GitLab