summaryrefslogtreecommitdiffstats
path: root/doc/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'doc/BUILD')
-rw-r--r--doc/BUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/BUILD b/doc/BUILD
index 9190997..7b5eba8 100644
--- a/doc/BUILD
+++ b/doc/BUILD
@@ -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 ..