diff --git a/modules/ROOT/pages/_partials/concept_chromium-web-browser.adoc b/modules/ROOT/pages/_partials/concept_chromium-web-browser.adoc index 11895a0..b80383b 100644 --- a/modules/ROOT/pages/_partials/concept_chromium-web-browser.adoc +++ b/modules/ROOT/pages/_partials/concept_chromium-web-browser.adoc @@ -3,7 +3,7 @@ Google Chrome is a popular web browser developed by Google. Chrome is built on top of the open source browser, Chromium. -Fedora Workstation, in its out of the box configuration, only includes free and open source software. Mozilla Firefox is the browser included by default. However, it easy to choose either Google Chrome or Chromium if preferred. +Fedora Workstation, in its out of the box configuration, only includes free and open source software. Mozilla Firefox is the browser included by default. However, it easy to install either Google Chrome or Chromium if preferred. [id='chromium'] == Chromium diff --git a/modules/ROOT/pages/_partials/proc_installing-chromium-web-browser.adoc b/modules/ROOT/pages/_partials/proc_installing-chromium-web-browser.adoc index 1d10f9a..ecd5d1b 100644 --- a/modules/ROOT/pages/_partials/proc_installing-chromium-web-browser.adoc +++ b/modules/ROOT/pages/_partials/proc_installing-chromium-web-browser.adoc @@ -7,9 +7,9 @@ Both Chromium and Google Chrome can be installed on Fedora. [id='installing-chromium'] == Installing Chromium -Chromium can be installed using GUI and terminal. +Chromium can be installed using the Software application and via command line. -.Installing Chromium using GUI +.Installing Chromium using Software (GUI) . Click on Software tool in Fedora. @@ -17,7 +17,7 @@ Chromium can be installed using GUI and terminal. . Click on Install. -.Installing Chromium using terminal +.Installing Chromium using Terminal . To install Chromium Web Browser, use the command: + @@ -35,9 +35,9 @@ Chromium can be installed using GUI and terminal. [id='installing-chrome'] == Installing Chrome -Chrome can be installed using GUI and terminal, once the repository is enabled. +Chrome can be installed using Software or a terminal, once the repository is enabled. -.Installing Chrome using GUI +.Installing Chrome using Software (GUI) . Open the *Software* application. @@ -49,7 +49,7 @@ Chrome can be installed using GUI and terminal, once the repository is enabled. You can now search for *Google Chrome* in Software, and install it. -.Installing Chrome using terminal +.Installing Chrome using Terminal The additional repositories can also be managed using a terminal and DNF. @@ -82,6 +82,6 @@ If you want to install unstable Google Chrome version, use the following command If you want to install stable Google Chrome version using the following command: ---- -# dnf install google-chrome-beta` +# dnf install google-chrome-beta ---- ====