From 3c7043fbb5fc614e35d3ebac079121149ba1230c Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 16 Nov 2017 17:34:38 -0500 Subject: [PATCH] Made git checkout instructions more clear --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f77abe1..ddcaaf42 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ With your distro's package manager, make sure you have installed `gcc`, `make`, *If the build fails for you, please report the issue with a detailed error message to help the portability of Rack.* -Clone this repository and `cd` into it. +Clone this repository with `git clone https://github.com/VCVRack/Rack.git` and `cd Rack`. If you would like to build a previous version of Rack instead of the master branch, check out the desired tag with `git checkout v0.4.0` for example. Clone submodules.