Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 536 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 536 Bytes

VESC Package Library

This is a VESC Package library containing the necessary files to build a VESC Package. It is intended to be included in a VESC Package repository as a git subtree in the vesc_pkg_lib directory.

Adding the library to a repository

git subtree add --prefix vesc_pkg_lib https://github.com/lukash/vesc_pkg_lib.git main --squash

Updating the library in a repository to a new version

git subtree pull --prefix vesc_pkg_lib https://github.com/lukash/vesc_pkg_lib.git main --squash