Skip to content

Instantly share code, notes, and snippets.

@jmolivas
Last active August 20, 2018 14:37
Show Gist options
  • Save jmolivas/47a7f40e660154978b45 to your computer and use it in GitHub Desktop.
Save jmolivas/47a7f40e660154978b45 to your computer and use it in GitHub Desktop.
install Drupal Console
#Bash or Zsh: Add this line to your shell configuration file:
source "$HOME/.console/console.rc" 2>/dev/null
#Fish: Create a symbolic link
ln -s ~/.console/drupal.fish ~/.config/fish/completions/drupal.fish
drupal init
curl https://drupalconsole.com/installer -L -o drupal.phar
mv drupal.phar /usr/local/bin/drupal
chmod +x /usr/local/bin/drupal
drupal self-update
php drupal.phar
@franciscocorrales
Copy link

franciscocorrales commented Aug 20, 2018

For the autocomplete.sh instruction:

Add this line to your shell configuration file

Which file is it? Where is it located?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment