Browse Source

Add message to build the correct version of Rack when building plugins

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

+ 3
- 1
README.md View File

@@ -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.* *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 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. Clone submodules.


@@ -61,6 +61,8 @@ Run Rack.


## Building plugins ## 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.: Clone your favorite plugin in the `plugins/` directory. e.g.:


cd plugins cd plugins


Loading…
Cancel
Save