Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 478 Bytes

git_clone_install.md

File metadata and controls

19 lines (16 loc) · 478 Bytes

KiCad_BOM_Wizard via git clone

This method if for anyone who prefers to use git to clone the project.

  1. clone KiCad_BOM_Wizard
git clone https://github.com/HashDefineElectronics/KiCad_BOM_Wizard.git
  1. Install KiCad_BOM_Wizard dependencies
cd KiCad_BOM_Wizard
npm install
  1. make a note of the KiCad_BOM_Wizard directory.
  2. Follow the installing in this page to setup KiCad_BOM_Wizard on KiCad

Setup instructions