diff --git a/.gitmodules b/.gitmodules index 93b7f74a..0525464d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "repos/AudibleInstruments"] path = repos/AudibleInstruments url = https://github.com/VCVRack/AudibleInstruments.git +[submodule "repos/Fundamental"] + path = repos/Fundamental + url = https://github.com/VCVRack/Fundamental.git + branch = master diff --git a/README.md b/README.md index 2bee5cbe..dc96839e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,17 @@ # VCV Community repository -## Building repos +## Package team -- Clone all repos with `git submodule update --init --recursive` -- Build all repos with `RACK_DIR= make dist_all` \ No newline at end of file +### Building repos + +Clone all repos with `git submodule update --init --recursive` + +Then build all repos with `RACK_DIR= make dist_all` + +### Adding a repo + +The folder name should match the slug, even if it is not the repository name. +Be sure to check out the correct branch. + +`git submodule add -b v0.6 https://github.com/VCVRack/Fundamental.git Fundamental` diff --git a/repos/Fundamental b/repos/Fundamental new file mode 160000 index 00000000..eba641ca --- /dev/null +++ b/repos/Fundamental @@ -0,0 +1 @@ +Subproject commit eba641ca04e2dc2089a15ee4cb89de5dbed96d6d