X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2FREADME.md;fp=vendor%2Fdrupal%2Fconsole-en%2FREADME.md;h=4e0ddb433dca7b7ea574e4d1bba2b51a757e343b;hp=43e1e4beccaef3943490dfe8b2ae4290439714a6;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drupal/console-en/README.md b/vendor/drupal/console-en/README.md index 43e1e4bec..4e0ddb433 100644 --- a/vendor/drupal/console-en/README.md +++ b/vendor/drupal/console-en/README.md @@ -17,10 +17,9 @@ $ composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader ### Install Drupal Console launcher -In order to avoid conflicts between Drupal release and have a Drupal Console version between major and minor releases in Drupal, a Drupal Console launcher was created. n order to facilitate to load the Drupal Console commands available to each -Drupal 8 website, +Drupal Console launcher was created to avoid conflicts between major and minor releases. Drupal Console binary commands are available to every Drupal 8 instance on the machine. -Following the instruction below you could install the global application for Drupal Console launcher. +To install Drupal Console launcher globally follow the instruction below. ``` $ curl https://drupalconsole.com/installer -L -o drupal.phar @@ -33,22 +32,10 @@ $ chmod +x /usr/local/bin/drupal ### Contribute -If you want to contribute to this translation, you need to follow this steps +Follow these steps to contribute to the current translation: -- Fork this repository following this link [https://github.com/hechoendrupal/drupal-console-en#fork-destination-box](https://github.com/hechoendrupal/drupal-console-en#fork-destination-box) -- Clone your repostory forked in your local machine. -- Set up upstream - -In order to be updated with other contribution you must to setup a connected with main repository using the following git command - -``` -$ git remote add upstream git@github.com:hechoendrupal/drupal-console-en.git -``` - -To fetch the latest contribution before to start, you must run the next commands -``` -$ git fetch upstream -$ git merge upstream/master -``` +- [Project requirements](https://docs.drupalconsole.com/en/contributing/project-requirements.html) +- [Getting the project](https://docs.drupalconsole.com/en/contributing/getting-the-project.html) +- [Running the project](https://docs.drupalconsole.com/en/contributing/running-the-project.html) N.B: Push your changes to your forked repository in order to create PR per day to avoid any conflicts with other contributors.