Skip to content

Instantly share code, notes, and snippets.

@jmolivas
Last active April 21, 2016 09:04
Show Gist options
  • Save jmolivas/a8a115bbc429267163a63da7419b31ca to your computer and use it in GitHub Desktop.
Save jmolivas/a8a115bbc429267163a63da7419b31ca to your computer and use it in GitHub Desktop.
Drupal Console alpha1 is now available
# Download the latest Drupal Console release.
curl https://drupalconsole.com/installer -L -o drupal.phar
# Move to a global accesible place on the system.
mv drupal.phar /usr/local/bin/drupal
# Apply executable permissions on the downloaded file.
chmod +x /usr/local/bin/drupal
drupal self-update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment