Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 543 Bytes

git_download_install.md

File metadata and controls

19 lines (16 loc) · 543 Bytes

Install KiCad_BOM_Wizard from github download

This assumes that you have downloaded the project's 'ZIP' file from github. (ie, you now have KiCad_BOM_Wizard-master.zip)

  1. Unzip KiCad_BOM_Wizard
unzip KiCad_BOM_Wizard-master.zip -d KiCad_BOM_Wizard-master
  1. Install KiCad_BOM_Wizard dependencies
cd KiCad_BOM_Wizard-master
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