From 1d5ec2ec9399c6e26da18d5cbe8531c3ba37b94c Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 19 Oct 2017 02:44:55 -0400 Subject: [PATCH] Add message to build the correct version of Rack when building plugins --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74d85f62..eb7f4a0d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,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 instead of the master branch, run `git checkout v0.3.2` 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 v0.4.0` for example. Clone submodules. @@ -61,6 +61,8 @@ Run Rack. ## Building plugins +Be sure to check out and build the version of Rack you wish to build your plugins against. + Clone your favorite plugin in the `plugins/` directory. e.g.: cd plugins