From 222f0e97ba334df3754ea1b6ab6b902fa5215ee0 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 5 Mar 2023 22:25:25 +0100 Subject: [PATCH] Add back config for symlinks as still used by subdirs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 268cb4d..3edf447 100644 --- a/README.md +++ b/README.md @@ -346,8 +346,12 @@ a test instance of Syncthing that does not affect a possibly existing Syncthing git clone https://github.com/Martchus/qtforkawesome.git git clone https://github.com/ForkAwesome/Fork-Awesome.git forkawesome git clone https://github.com/Martchus/syncthingtray.git - git clone https://github.com/Martchus/subdirs.git + git clone -c core.symlinks=true https://github.com/Martchus/subdirs.git ``` + Note that `-c core.symlinks=true` is only required under Windows to handle symlinks correctly. + This requires a recent Git version and a filesystem which supports symlinks (NTFS works). + If you run into "not found" errors on symlink creation use `git reset --hard` within the repository to + fix this. 2. Configure the build ``` cd "$BUILD_DIR"