diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-21 20:33:48 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-21 20:33:48 +0200 |
commit | 89159d00dd4449d9e503495607f2c0a381902211 (patch) | |
tree | bb9ead438aa4d81aaf30d1bfa04167d96eb5edf0 /README.md | |
parent | use `--progress plain` with docker-compose build (diff) | |
download | config-links-89159d00dd4449d9e503495607f2c0a381902211.tar.gz config-links-89159d00dd4449d9e503495607f2c0a381902211.zip |
move comments from links-update to READMEv2.0.4
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -134,6 +134,16 @@ macOS is supported on a basic level. GNU coreutils and findutils are required, which you can install using Homebrew. Don't forget to add them to PATH! +Cygwin +------ + +These scripts rely on the availability of native symlinks. +On Windows/NTFS, they require Administrator privileges. + +Remember that in order to force `ln` to use native NTFS symlinks, your `CYGWIN` +environment variable **must** include either `winsymlinks:native` or +`winsymlinks:nativestrict`. + License ------- |