aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-07-02 15:12:20 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-07-02 15:12:20 +0300
commit29692a587bef21ff648fd5a8df7cfcdea5965cb4 (patch)
treed356102dbc2bd19021168c463bff80be9c217e83
parentapt-get best scripting practices (diff)
downloadsetup-gcc-29692a587bef21ff648fd5a8df7cfcdea5965cb4.tar.gz
setup-gcc-29692a587bef21ff648fd5a8df7cfcdea5965cb4.zip
README: update
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 598256b..8802534 100644
--- a/README.md
+++ b/README.md
@@ -47,13 +47,13 @@ Supported versions
------------------
Unless the `version` parameter value is "latest", the ubuntu-toolchain-r/test
-PPA is added to make more GCC versions available.
-Then you can pass the version number as the `version` parameter value ('4.8',
-'8', '9', etc.), and this action will install the corresponding `g++-VERSION`
+PPA is used to make more GCC versions available.
+You can pass the version number as the `version` parameter value (`4.8`, `8`,
+`9`, etc.), and this action will install the corresponding `g++-VERSION`
package.
-The `version` value is not checked for being an available version for the
-current distribution.
+The `version` parameter value is not checked for being an available version for
+the current distribution.
The supported versions for a particular distribution are those found in the
official repositories & those found in that distribution's series in the PPA.
For example, the supported versions for Bionic & Focal as of July 2021 are