You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ A Google Chrome developer tools extension for use by [Solidus](https://github.co
11
11
* Drag and drop the `.crx` file onto the page and click "Add" to install.
12
12
13
13
#Manually Build
14
+
* In order to manually build the extension, you will need a copy of the key file that has been generated for this extension. Once you obtain the key file, copy it to `cert/key.pem`.
14
15
* Run `npm install` to install dependencies (npm will automatically run a script to install front-end dependencies using bower).
15
16
* Run `grunt build` to generate an installable `.crx` file in the `dist/` directory.
0 commit comments