Skip to content

Commit

Permalink
README corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioleal committed Dec 3, 2023
1 parent f9dc99a commit ba3d915
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Maintaining an updated chrome browser on Slackware is now made
Maintaining an updated Chrome Browser on Slackware is now made
easier with this small program, "google-chrome-the-latest".
It is a simple python script that checks what is the latest
version available and updates it on your Slackware box.
Expand All @@ -22,7 +22,7 @@ an upgrade, if one is required of course.
Normally it is asked if you want to install the new version, but
providing the argument "silent" will just update with no
human intervention.
The argument "gui" will download chrome rpm allow you to
The argument "gui" will download the Chrome RPM allowing you to
manually upgrade the browser.

Note: This program runs in the background. To collect your input,
Expand All @@ -31,17 +31,17 @@ program to end.

Workflows:

1. Every day the program checks is a new browser is available
1. Every day the program checks if a new browser is available
and notifies you through a pop-up window. This is default behavior.

2. You can start the program manually using the icon available
in the system menu for an immediate download, check and
install/upgrade the browser.
in the desktop menu to trigger the download, check and
install/upgrade the browse if required.

3. From the command line, if you don't have yet Chrome installed
you can do so by simply by running:
/opt/google-chrome-the-latest/google-chrome-the-latest.py install

4. From the command line, you can force a download from Google site
and upgrade, without any pop-up window, with:
4. From the command line, you can force a Chrome download and
upgrade if required, without any pop-up window, with:
/opt/google-chrome-the-latest/google-chrome-the-latest.py silent upgrade

0 comments on commit ba3d915

Please sign in to comment.