Skip to content

Commit 3e48510

Browse files
jmolivasBertrand PRESLES
authored andcommitted
Update Readme add chmod +x instruction. (hechoendrupal#2967)
1 parent 36b17b5 commit 3e48510

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ composer update drupal/console --with-dependencies
7171

7272
## Install Drupal Console Launcher
7373
```
74-
# Run this in your terminal to get the latest version:
7574
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:
8175
mv drupal.phar /usr/local/bin/drupal
76+
chmod +x /usr/local/bin/drupal
77+
```
78+
NOTE: If you don't have curl you can try
8279
```
80+
php -r "readfile('https://drupalconsole.com/installer');" > drupal.phar
81+
```
82+
8383

8484
## Update DrupalConsole Launcher 
8585
```

0 commit comments

Comments
 (0)