Skip to content

Commit

Permalink
Update: documentation - clarify installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
benkoshy committed Oct 27, 2020
1 parent 7fe60a8 commit 11568d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ Supported Ruby Interpreters

gem install webmock

or alternatively:

# add to your Gemfile
group :test do
gem "webmock"
end


### or to install the latest development version from github master

git clone http://github.com/bblimke/webmock.git
Expand Down

0 comments on commit 11568d9

Please sign in to comment.