Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusHALeal authored Oct 26, 2019
1 parent 1f5db6a commit 1b1697c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ devtools::install_github("metalyrics/rmetacritic")
First, you'll need docker on your pc.

Pull the browser's image:
```
docker pull selenium/standalone-firefox
```bash
$ sudo docker pull selenium/standalone-firefox
```

Run:
```
sudo docker run -d -p 4445:4444 selenium/standalone-firefox
```bash
$ sudo docker run -d -p 4445:4444 --shm-size 2g selenium/standalone-firefox
```
Now you're ready to use the package.

Expand Down

0 comments on commit 1b1697c

Please sign in to comment.