From 17fcb6dced25b7f07bcd9eb798768ce2a5cae8ab Mon Sep 17 00:00:00 2001 From: Mark Tityuk <44807678+dersnek@users.noreply.github.com> Date: Fri, 3 Jul 2020 20:18:38 +0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f49d15d..3e248dd 100644 --- a/README.md +++ b/README.md @@ -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.