Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -10,11 +10,11 @@ | ... | @@ -10,11 +10,11 @@ |
10 | # Installation | 10 | # Installation |
11 | 11 | ||
12 | ```sh | 12 | ```sh |
13 | -$ wget -c https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz -O - | tar -xz | 13 | +$ wget -c https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz -O - | tar -xz |
14 | $ npm install | 14 | $ npm install |
15 | ``` | 15 | ``` |
16 | 16 | ||
17 | -and add setting.json for channel access | 17 | +and add setting.json at root directory for channel access |
18 | 18 | ||
19 | ```json | 19 | ```json |
20 | { | 20 | { | ... | ... |
-
Please register or login to post a comment