Skip to content

Commit

Permalink
Add how to install rack-test from github to README.
Browse files Browse the repository at this point in the history
To explain users about the way to install unreleased version.
  • Loading branch information
junaruga committed Jun 18, 2017
1 parent 1c78259 commit 9c643e7
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,22 @@ end

To install the latest release as a gem:

`gem install rack-test`
```
gem install rack-test
```

Or via Bundler:

`gem "rack-test", require: "rack/test"`
```
gem 'rack-test', require: 'rack/test'
```

Or to install unreleased version via Bundler:

```
gem 'rack-test', github: 'rack-test', branch: 'master'
gem 'rack-test', github: 'rack-test', ref: 'a5aa1e5'
```

## Authors

Expand Down

0 comments on commit 9c643e7

Please sign in to comment.