From 32ddedb31841d96c56b5e9497332daf0b5ff4814 Mon Sep 17 00:00:00 2001 From: Marci Date: Sat, 28 Oct 2017 20:37:02 +0100 Subject: [PATCH] Update README.md Correction to git checkout command for release branch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f77abe1..d88d19fb 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,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. -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. +If you would like to build a previous version of Rack instead of the master branch, check out the desired tag with `git checkout -b v0.4.0` for example. Clone submodules.