X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FDevelopers-Intro.md;h=2f8a32d884875bd8d3df677152b7209fbd9809f0;hb=f4907a48d8a93dcba3a6f3d21b5e741cc00d5102;hp=3b8c93f0a17b69189bc23c6a8fb6b287b786935b;hpb=a60765660725d5cd9082de14911cf4ea6b6a1b66;p=friendica.git diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md index 3b8c93f0a1..2f8a32d884 100644 --- a/doc/Developers-Intro.md +++ b/doc/Developers-Intro.md @@ -51,7 +51,7 @@ It's a command-line tool that downloads required libraries into the `vendor` fol If you want to have git automatically update the dependencies with composer, you can use the `post-merge` [git-hook](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) with a script similar to this one: - #/usr/bin/env bash + #!/usr/bin/env bash # MIT © Sindre Sorhus - sindresorhus.com # forked by Gianluca Guarini # phponly by Ivo Bathke ;)