Skip to content

Commit

Permalink
Update shell command to be more explicit
Browse files Browse the repository at this point in the history
The command `solidus extension .` may not work directly on some machines
without `bundle exec`. Updated to be more explicit and prevent possible
confusion.
  • Loading branch information
cpfergus1 committed Jun 16, 2021
1 parent c8ac793 commit 4f667fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you have an existing extension and want to update it to use the latest standa
you can run the following in the extension's directory:

```console
$ solidus extension .
$ bundle exec solidus extension .
```

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

0 comments on commit 4f667fb

Please sign in to comment.