Last active
April 21, 2016 09:04
-
-
Save jmolivas/a8a115bbc429267163a63da7419b31ca to your computer and use it in GitHub Desktop.
Drupal Console alpha1 is now available
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drupal self-update | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment