Browse Source

Made git checkout instructions more clear

tags/v0.5.0
Andrew Belt 7 years ago
parent
commit
3c7043fbb5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -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.


Loading…
Cancel
Save