mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 13:56:42 +01:00
Fix slash direction for linux path
Update direction of the slash, for linux path, after @hanno-arm comments
This commit is contained in:
parent
e9b3f7ea3f
commit
13067fca9d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ The mbed TLS git hooks are located in `<mbed TLS root>/git_hooks` directory, and
|
|||
|
||||
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`
|
||||
|
||||
**Note: Currently the mbed TLS git hooks work only on a GNU platform. If using a non-GNU platform, don't enable these hooks!**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue