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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,6 @@ A Google Chrome developer tools extension for use by [Solidus](https://github.co
15
15
* Run `grunt build` to generate an installable `.crx` file in the `dist/` directory.
16
16
17
17
#Usage
18
-
* Once the extension is installed, you can open Chrome's Developer Tools and you should see a "Solidus" tab.
18
+
* The extension currently requires a pre-release version of Solidus. To use this version, update `package.json` to point to `"git+https://github.com/solidusjs/solidus.git#2b830f4c08"`. A `log_server_port` port must also be specified in order for log streaming to work. Note that this feature won't work currently with the [vagrant-solidus plugin](https://github.com/solidusjs/vagrant-solidus).
19
+
20
+
* Once the extension is installed, you can open Chrome's Developer Tools and you should see a "Solidus" tab.
0 commit comments