From 4f667fb361f351c057033953d6595697ad672fcf Mon Sep 17 00:00:00 2001 From: Connor Ferguson <68167430+cpfergus1@users.noreply.github.com> Date: Wed, 16 Jun 2021 12:00:15 -0600 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34f0326b..d2ceecb5 100644 --- a/README.md +++ b/README.md @@ -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