From c969b34734a5bb5b4c29f4c9178f4da219060a9d Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 22 May 2018 14:23:43 -0400 Subject: [PATCH] Remove branch description from README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 19f6dc15..56a4fd6a 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,6 @@ sudo apt install git curl cmake libx11-dev libglu1-mesa-dev libxrandr-dev libxin Clone this repository with `git clone https://github.com/VCVRack/Rack.git` and `cd Rack`. Make sure there are no spaces in your path, as this breaks many build systems. -The `master` branch contains the latest public code and breaks its plugin [API](https://en.wikipedia.org/wiki/Application_programming_interface) and [ABI](https://en.wikipedia.org/wiki/Application_binary_interface) frequently. -If you wish to build a version of Rack which is API/ABI-compatible with an official Rack release, check out the desired branch with `git checkout v0.5` for example. - Clone submodules. git submodule update --init --recursive