Skip to content

Commit

Permalink
docs(installation.md): update cache path on linux (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbekrin committed May 3, 2020
1 parent 3979d4f commit c38f26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Each version of Playwright needs specific versions of browser binaries to operat

- `%USERPROFILE%\AppData\Local\ms-playwright` on Windows
- `~/Library/Caches/ms-playwright` on MacOS
- `~/.cache/playwright/ms-playwright` on Linux
- `~/.cache/ms-playwright` on Linux

```sh
npm i playwright
Expand Down

0 comments on commit c38f26e

Please sign in to comment.