Skip to content

Commit a503bf0

Browse files
authored
Update readme remove --no-dev. (#16)
1 parent 2febd00 commit a503bf0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Instructions to extend Drupal Console adding commands globally.
44

55
### Create `~/.console/` directory
6-
Execute the `init` command and select `/Users/YOUR_USER_NAME/.console/` when asked for destination.
6+
Execute the `init` command and select `/Users/USER_NAME/.console/` when asked for destination.
77
```
88
drupal init
99
```
@@ -16,13 +16,12 @@ cd ~/.console/
1616
1717
composer create-project \
1818
drupal/console-extend:dev-master extend \
19-
--no-dev \
2019
--no-interaction
2120
```
2221

2322
### Update this project
2423
```
2524
cd ~/.console/extend
2625
27-
composer update --no-dev
26+
composer update
2827
```

0 commit comments

Comments
 (0)