From c38f26ea02af0ce8b1e8838426c2b0db205658ec Mon Sep 17 00:00:00 2001 From: Sergey Bekrin Date: Sun, 3 May 2020 16:58:46 +0200 Subject: [PATCH] docs(installation.md): update cache path on linux (#2084) --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 1146087b8ddb2..ac3c97a8dd451 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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