X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FDevelopers-Intro.md;h=1e077902d6ea2ca9504a879a04be603f3bfcdd45;hb=f828350ba215e7ba724b0310f76f50885b111778;hp=b1a4d3e4bf4337ec65cf6b17bb36322d5ae4a47b;hpb=efa6b2b9f0ebca0d116ff0ffaffa06aa553e686d;p=friendica.git diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md index b1a4d3e4bf..1e077902d6 100644 --- a/doc/Developers-Intro.md +++ b/doc/Developers-Intro.md @@ -16,7 +16,6 @@ Whether you feel like an expert or like a newbie - join us with your ideas! The discussion of Friendica development takes place in the following Friendica forums: * The main [forum for Friendica development](https://forum.friendi.ca/profile/developers) -* The [forum for Friendica theme development](https://friendica.eu/profile/ftdevs) ## Help other users @@ -61,9 +60,9 @@ If you want to have git automatically update the dependencies with composer, you } # `composer install` if the `composer.lock` file gets changed # to update all the php dependencies - check_run composer.lock "util/composer.phar install --no-dev" + check_run composer.lock "bin/composer.phar install --no-dev" -just place it into `.git/hooks/post-merge` and make it executeable. +just place it into `.git/hooks/post-merge` and make it executable. * [Class autoloading](help/autoloader) * [Using Composer](help/Composer) @@ -141,7 +140,7 @@ If you want to get involved here: * Look at the first steps that were made (e.g. the clean theme). Ask us to find out whom to talk to about their experiences. * Talk to design people if you know any. -* Let us know about your plans [in the dev forum](https://forum.friendi.ca/profile/developers) or the [theme developer forum](https://friendica.eu/profile/ftdevs). +* Let us know about your plans [in the dev forum](https://forum.friendi.ca/profile/developers) Do not worry about cross-posting. ### Client software