docs(installation.md): update cache path on linux (#2084)

This commit is contained in:
Sergey Bekrin 2020-05-03 16:58:46 +02:00 committed by GitHub
parent 3979d4f492
commit c38f26ea02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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