diff --git a/index.html.in b/index.html.in index a60aec3..cdd4fd2 100644 --- a/index.html.in +++ b/index.html.in @@ -35,6 +35,35 @@ function install (event) {
Create a Firefox Profile for development with a simple name ("dev"):
+firefox -P
Check out moon-mp
from Mono Subversion:
svn co svn://anonsvn.mono-project.com/source/trunk/moon-mp
Install the moon-mp
extension into the new profile:
make install-dev
Note this only needs to be run once. This command links your development profile to the checkout directory. Any changes made in the checkout will be reflected in Firefox after a restart.
+Run Firefox with the profile:
+firefox -P dev -no-remote
The extension includes a XUL application that can be run "standalone" and allows more advanced functionality, like loading media files directly from the file system.
+ +Currently, it must be invoked manually:
+firefox -P dev -no-remote -chrome chrome://moon-media/content/standalone-player.xul?controls=show