Browse Source

Update README.md

Correction to git checkout command for release branch.
pull/336/head
Marci GitHub 7 years ago
parent
commit
32ddedb318
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

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



Loading…
Cancel
Save