diff options
-rw-r--r-- | doc/BUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,16 +39,16 @@ webbrowser/config/version.txt . In this example we will use 2.8.1 $ cd UXP $ git checkout PM28.8.2_Release -clone the web browser application repo into the 'applications' folder +clone the web browser application repo into the 'application' folder -$ cd applications +$ cd application $ git clone https://git.nuegia.net/webbrowser.git copy the example Mach build system config into the root of UXP $ cp webbrowser/doc/mozconfig.example ../.mozconfig -Adjust .mozconfig to you needs if neccecary +Optionally adjust .mozconfig to better fit your needs then go to the root of UXP $ cd .. |