-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: "[email protected]: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. | ||
|