diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-07 22:56:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-07 23:00:26 +0300 |
commit | 2f767d504c3b69fa0e537596f9cab0fe8394a5a9 (patch) | |
tree | 2611ca937e8a4e2b7facc7307f52cfc6fd8b1162 /README.md | |
parent | workflows/test: python3 is no longer a symlink (diff) | |
download | setup-cygwin-2f767d504c3b69fa0e537596f9cab0fe8394a5a9.tar.gz setup-cygwin-2f767d504c3b69fa0e537596f9cab0fe8394a5a9.zip |
workflows/test: fix gcc package name
There doesn't seme to be package "gcc", there's only "gcc-core" and
"gcc-c++"?
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -96,8 +96,8 @@ Executable symlinks ------------------- Some packages install symlinks in /usr/bin along with real executables. -An example is package "gcc", which (as of November 2021) installs symlink `cc`, -pointing to the real executable `gcc.exe`. +An example is package "gcc-core", which (as of November 2021) installs symlink +`cc`, pointing to the real executable `gcc.exe`. Calling Cygwin symlinks from Windows' command prompt is unsupported, but might be convenient so there's an option to convert them to hardlinks instead (the `hardlinks` parameter). |