Skip to content

Commit 895970f

Browse files
committed
add build instructions to readme
1 parent b68bc81 commit 895970f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ A Google Chrome developer tools extension for use by [Solidus](https://github.co
22

33
**Note:** This is still a work in progress, use at your own risk.
44

5+
#Build
6+
* Clone the repo with
7+
* Run `npm install` to install dependencies
8+
* (Optional) Chrome will complain about `.pem` files in some of the dependencies, so you can manually delete `node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/test/` to prevent Chrome from warning you when you install the extension.
9+
510
#Installation
611
* Open chrome://extensions
712
* Enable 'Developer Mode' checkbox

0 commit comments

Comments
 (0)