diff --git a/pages/common/google-chrome.md b/pages/common/google-chrome.md new file mode 100644 index 000000000..bf45ec7b8 --- /dev/null +++ b/pages/common/google-chrome.md @@ -0,0 +1,8 @@ +# google-chrome + +> This command is an alias of `chromium`. +> More information: . + +- View documentation for the original command: + +`tldr chromium` diff --git a/pages/linux/google-chrome.md b/pages/linux/google-chrome.md deleted file mode 100644 index 42486f4be..000000000 --- a/pages/linux/google-chrome.md +++ /dev/null @@ -1,12 +0,0 @@ -# google-chrome - -> The web browser from Google. -> More information: . - -- 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`