Skip to content

Commit c58ff8d

Browse files
jyn514JohnTitor
authored and
Joshua Nelson
committed
Fix incorrect windows link
Co-authored-by: Yuki Okushi <[email protected]>
1 parent 8aaf8ed commit c58ff8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ln -s ../../ci/check_line_lengths.sh .git/hooks/pre-commit
9292
On Windows:
9393

9494
```powershell
95-
cd .git/hooks && New-Item -Path ../../.git_hooks/* -ItemType SymbolicLink -Value . && cd ../..
95+
New-Item -Path .git/hooks/pre-commit -ItemType HardLink -Value <absolute_path/to/check_line_lengths.sh>
9696
```
9797

9898
### Link Validations

0 commit comments

Comments
 (0)