[Pkg-mozext-commits] [perspectives-extension] 47/72: README - Mention the 'install-fx' make target

David Prévot taffit at moszumanska.debian.org
Thu Dec 11 02:12:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository perspectives-extension.

commit b97e5ca371d6afea3853774487d41b2f05574206
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Wed Oct 22 23:54:58 2014 -0600

    README - Mention the 'install-fx' make target
    
    You can build and install in a single step.
    Browser restart still required.
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1c650b2..f757bba 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@ To build, just type "make" (assuming of course you have make installed!). This w
 
 You can run Perspectives in Firefox using *Menu -> Add-ons -> Extensions -> (Tools icon) -> Install Add-On From File* and opening the ```Perspectives.xpi``` file.
 
+Or use 'make install-fx' to build and install in a single step. This assumes Firefox exists in your path.
+
 To debug the extension:
 
 * Download the latest [Firefox Aurora build 31](https://www.mozilla.org/firefox/channel/#aurora).
@@ -47,7 +49,7 @@ To debug the extension:
 
 To test Perspectives:
 
-* Use 'make test' to build Perspectives.xpi.
+* Use 'make test' to build Perspectives.xpi, or 'make test install-fx' to build and install all in one step (this assumes Firefox exists in your path).
 * Install the plugin and restart the browser.
 * Open the following URL: [```chrome://perspectives/content/test/test.html```](chrome://perspectives/content/test/test.html)
 * Press the 'Run Tests' button.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list