Browse Source

Fix sentence in README.

v1
Andrew Belt 3 years ago
parent
commit
ff60479ff6
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      README.md
  2. +1
    -0
      scripts/update.py

+ 1
- 1
README.md View File

@@ -5,7 +5,7 @@ This repo contains the database of all known VCV Rack plugins, for [VCV Library]
All Rack plugins are welcome assuming they
- are not malware (i.e. harm users' computer or privacy).
- follow the [VCV Plugin Ethics Guidelines](https://vcvrack.com/manual/PluginLicensing.html#vcv-plugin-ethics-guidelines).
- Minor forks of existing plugins are not included here in order prevent user confusion, unless panel graphics and names are changed to be indistinguishable.
- Minor forks of existing plugins are not included here in order prevent user confusion, unless panel graphics, names, and slugs are changed to be easily distinguishable.


## Adding your plugin to the VCV Library (for open-source plugins)


+ 1
- 0
scripts/update.py View File

@@ -135,6 +135,7 @@ print()
print(f"Press enter to launch Rack and test the following packages: {built_slugs_str}")
input()
common.system(f"cd {RACK_SYSTEM_DIR} && ./Rack")
# common.system(f"cd {RACK_USER_DIR} && grep 'warn' log.txt")
print(f"Press enter to generate screenshots, upload packages, upload screenshots, and commit/push the library repo.")
input()



Loading…
Cancel
Save