summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-02-01 20:24:37 -0800
committerThomas Groman <tgroman@nuegia.net>2020-02-01 20:24:37 -0800
commit6101e8b2153d6c4fc70757e8b99cbe9fa5918855 (patch)
treec63186ae39ab5ad899e52b7540fa8a0430be34e9 /doc
parente6f26c8313be5f200e2800272e94fb0ccb793a96 (diff)
downloadwebbrowser-6101e8b2153d6c4fc70757e8b99cbe9fa5918855.tar
webbrowser-6101e8b2153d6c4fc70757e8b99cbe9fa5918855.tar.gz
webbrowser-6101e8b2153d6c4fc70757e8b99cbe9fa5918855.tar.lz
webbrowser-6101e8b2153d6c4fc70757e8b99cbe9fa5918855.tar.xz
webbrowser-6101e8b2153d6c4fc70757e8b99cbe9fa5918855.zip
corrected typo in build documentation
Diffstat (limited to 'doc')
-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 ..