Skip to content

Commit 2eede64

Browse files
cpfergus1elia
authored andcommitted
Update shell command to be more explicit
The command `solidus extension .` may not work directly on some machines without `bundle exec`. Updated to be more explicit and prevent possible confusion.
1 parent 077b629 commit 2eede64

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ in solidus_dev_support.
3838

3939
#### Updating existing extensions
4040

41-
If you have an existing extension and want to update it to use the latest standards from this gem,
42-
you can run the following in the extension's directory:
41+
If you have an existing extension generated with `solidus_dev_support` and want to update it to use
42+
the latest standards from this gem, you can run the following in the extension's directory:
4343

4444
```console
45-
$ solidus extension .
45+
$ bundle exec solidus extension .
4646
```
4747

4848
In case of conflicting files, you will be prompted for an action. You can overwrite the files with

0 commit comments

Comments
 (0)