From 5b226794e0ddaab61db6c72cf0f38516200242aa Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 19 Sep 2017 07:16:59 -0400 Subject: [PATCH] Update readme --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b092bf5..493b414f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ *Rack* is the engine for the VCV open-source virtual Eurorack DAW. +![Rack screenshot](https://vcvrack.com/images/screenshot.png) + ## Building *If the build fails for you, please report the issue with a detailed error message to help the portability of Rack.* @@ -11,7 +13,7 @@ On Windows, use [MSYS2](http://www.msys2.org/) and launch a mingw64 shell. Clone submodules. - git submodule update --init + git submodule update --init --recursive Build dependencies locally. @@ -27,6 +29,22 @@ Run Rack. make run +## Building plugins + +Clone your favorite plugin in the `plugins/` directory. e.g.: + + cd plugins + git clone https://github.com/VCVRack/Fundamental.git + +Clone submodules. + + cd Fundamental + git submodule update --init --recursive + +Build plugin. + + make + ## License Rack source code by [Andrew Belt](https://andrewbelt.name/) licensed under the [BSD-3-Clause](LICENSE.txt)