Skip to content

Commit

Permalink
Add how to install rack-test from github to README. (rack#189)
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 authored and Alex Damian Negru committed Apr 5, 2021
1 parent 623e55d commit 659524e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,21 @@ 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'
```

## Authors

Expand Down

0 comments on commit 659524e

Please sign in to comment.