Skip to content

Commit 088f2a2

Browse files
committed
Fix git config command for Windows mentioned on README
1 parent 251d14b commit 088f2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ pacman -Syu git $prefix-gcc $prefix-ccache $prefix-cmake $prefix-boost $prefix-c
407407
408408
# clone relevant repositories, e.g. here just tagparser and its dependency c++utilities
409409
cd /path/to/store/sources
410-
git config core.symlinks true
410+
git config --global core.symlinks true
411411
git clone https://github.com/Martchus/cpp-utilities.git c++utilities
412412
git clone https://github.com/Martchus/tagparser.git
413413

0 commit comments

Comments
 (0)