-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec96861
commit d249d1b
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Zend Debugger Toolbar add-on for Firefox | ||
|
||
Zend Debugger Toolbar for Firefox provides integration with Zend debugging and profiling tools. | ||
|
||
## Building XPI | ||
To build XPI from the sources call 'mvn clean install' in the project root. | ||
## Installation | ||
|
||
The add-on is available for installation at Mozilla Add-ons: https://addons.mozilla.org/en-US/firefox/addon/zend-debugger-toolbar/ | ||
|
||
## Testing locally | ||
|
||
Any modifications to the code can be tested locally as a [temporary installation in Firefox](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox). |