We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b17b5 commit 3e48510Copy full SHA for 3e48510
1 file changed
README.md
@@ -71,15 +71,15 @@ composer update drupal/console --with-dependencies
71
72
## Install Drupal Console Launcher
73
```
74
-# Run this in your terminal to get the latest version:
75
curl https://drupalconsole.com/installer -L -o drupal.phar
76
-
77
-# Or if you don't have curl:
78
-php -r "readfile('https://drupalconsole.com/installer');" > drupal.phar
79
80
-# Accessing from anywhere on your system:
81
mv drupal.phar /usr/local/bin/drupal
+chmod +x /usr/local/bin/drupal
+```
+NOTE: If you don't have curl you can try
82
+php -r "readfile('https://drupalconsole.com/installer');" > drupal.phar
+
83
84
## Update DrupalConsole Launcher
85
0 commit comments