mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
google-chrome: refresh (#7812)
This commit is contained in:
parent
a8bcde4a28
commit
8736b81243
2 changed files with 8 additions and 12 deletions
8
pages/common/google-chrome.md
Normal file
8
pages/common/google-chrome.md
Normal 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`
|
|
@ -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`
|
Loading…
Add table
Reference in a new issue