diff --git a/docs/src/installation.md b/docs/src/installation.md index 6d6b5854cc..7219f23061 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -25,7 +25,7 @@ playwright install These browsers will take a few hundred megabytes of disk space when installed: ```bash -du -hs ./Library/Caches/ms-playwright/* +du -hs ~/Library/Caches/ms-playwright/* 281M chromium-XXXXXX 187M firefox-XXXX 180M webkit-XXXX @@ -145,7 +145,7 @@ Playwright keeps track of packages that need those browsers and will garbage col Developers can opt-in in this mode via exporting `PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers` in their `.bashrc`. ::: -## Install behind the firewall or proxy +## Install behind a firewall or a proxy By default, Playwright downloads browsers from Microsoft CDN.