Browse Source

Remove building instructions from README

master
Andrew Belt 4 years ago
parent
commit
1203aeaed1
1 changed files with 0 additions and 17 deletions
  1. +0
    -17
      README.md

+ 0
- 17
README.md View File

@@ -56,20 +56,3 @@ All properties are currently optional, but it is recommended to enter as much in
- **latestVersion**: Your plugin's latest version, using the guidelines at https://github.com/VCVRack/Rack/issues/266. Do not include the "v" prefix.
- **productId**: ID for plugins sold through the VCV Store.
- **status**: *TODO*


## Building repos

Clone all repos with `git submodule update --init --recursive`

Then build all repos with `RACK_DIR=<path to Rack directory> make -j$(nproc) 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.

```
cd repos
git submodule add -b master https://github.com/VCVRack/Fundamental.git Fundamental
```

Loading…
Cancel
Save