Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dersnek committed Jul 3, 2020
1 parent 506ab53 commit 17fcb6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ This gem modifies that path to include `wsl$` part so that it's understandable f
### Installation
In your `Gemfile` add:
```
gem "capybara-wsl", git: "git@github.com:dersnek/capybara-wsl.git"
gem "capybara-wsl"
```
Then run `bundle install`.

Or via [specific_install](https://github.com/rdp/specific_install) gem if you don't want to clutter your `Gemfile`.
Or `gem install capybara-wsl`, but then running it is a bit less straightforward.

### Important note
In order for it to work, you have to add `$BROWSER` env variable.
Expand Down

0 comments on commit 17fcb6d

Please sign in to comment.