# Run this in your terminal to get the latest Console version:
curl
http://drupalconsole.com/installer -L -o drupal.phar
# Accessing from anywhere on your system:
mv drupal.phar /usr/local/bin/drupal
# Apply executable permissions on the downloaded file:
chmod +x /usr/local/bin/drupal
# Copy configuration files to user home directory:
drupal init [--override]
# Update DrupalConsole to the latest version:
drupal self-update