Where do I need to put symbol Libraries, working with github?

Hi, I moved from keeping the schematic filed local to remote github. It looks to me, if I use my own symbol libraries, they are lost. What are the recommended path setups if I work with GitHub working from different PC`s ?

Probably also put them on GitHub?

On the other PC clone your git repo first.
Then add the library in KiCAD config (Preferences > Manage Symbol Libraries).

If I understand you correct. Put the symbol libraries on the (master PC, the PC I like to push to GitHub) in the directory controlled by git in my KiCad project. Push everything to remote GitHub. Then clone this repo to the second or third PC.

Yes! And don’t forget about the last step on each of your PCs (add the library file to be visible for KiCAD in “Manage Symbol Libraries”)

Thank you for your guidance. Its clear to me now.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.