mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 20:38:15 +00:00
Add note for the git_hoos README file
Add a note to the git_hooks README.md file, to state that currently they only work on GNU platforms
This commit is contained in:
parent
bf007d297d
commit
3f9cc28f02
1 changed files with 1 additions and 3 deletions
|
@ -11,6 +11,4 @@ Example:
|
||||||
Execute the following command to create a link on linux from the mbed TLS `.git\hooks` directory:
|
Execute the following command to create a link on linux from the mbed TLS `.git\hooks` directory:
|
||||||
`ln -s ../../git_hooks/pre-push pre-push`
|
`ln -s ../../git_hooks/pre-push pre-push`
|
||||||
|
|
||||||
Similarly, on Windows while running as administrator:
|
**Note: Currently the mbed TLS git hooks work only on a GNU platform. If using a non-GNU platform, don't enable these hooks!**
|
||||||
`mklink pre-push ..\..\git_hooks\pre-push`
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue