google-chrome: refresh (#7812)

feature/windows-fix-syntax-2
Axel Navarro 2022-02-25 03:43:28 -03:00 committed by GitHub
parent a8bcde4a28
commit 8736b81243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 12 deletions

View File

@ -0,0 +1,8 @@
# google-chrome
> This command is an alias of `chromium`.
> More information: <https://chrome.google.com>.
- View documentation for the original command:
`tldr chromium`

View File

@ -1,12 +0,0 @@
# google-chrome
> The web browser from Google.
> More information: <https://chrome.google.com>.
- Run with a custom profile directory:
`google-chrome --user-data-dir={{path/to/directory}}`
- Run without CORS validation, useful to test an API:
`google-chrome --user-data-dir={{path/to/directory}} --disable-web-security`