docs(installation.md): update cache path on linux (#2084)
This commit is contained in:
parent
3979d4f492
commit
c38f26ea02
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue