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 10, 2020
1 parent 681abca commit 01879a8
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 @@ -20,9 +20,9 @@ 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.
###### Example for Firefox
In your `.bashrc` add:
In your `.bashrc` add (notice the quotes):
```
export BROWSER='/mnt/c/Program Files/Mozilla Firefox/firefox.exe'
export BROWSER="'/mnt/c/Program Files/Mozilla Firefox/firefox.exe'"
```

### Usage
Expand Down

0 comments on commit 01879a8

Please sign in to comment.