diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-02 15:12:20 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-02 15:12:20 +0300 |
commit | 29692a587bef21ff648fd5a8df7cfcdea5965cb4 (patch) | |
tree | d356102dbc2bd19021168c463bff80be9c217e83 | |
parent | apt-get best scripting practices (diff) | |
download | setup-gcc-29692a587bef21ff648fd5a8df7cfcdea5965cb4.tar.gz setup-gcc-29692a587bef21ff648fd5a8df7cfcdea5965cb4.zip |
README: update
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |