diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-02-01 20:24:37 -0800 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-02-01 20:24:37 -0800 |
commit | 6101e8b2153d6c4fc70757e8b99cbe9fa5918855 (patch) | |
tree | c63186ae39ab5ad899e52b7540fa8a0430be34e9 | |
parent | e6f26c8313be5f200e2800272e94fb0ccb793a96 (diff) | |
download | webbrowser-6101e8b2153d6c4fc70757e8b99cbe9fa5918855.tar webbrowser-6101e8b2153d6c4fc70757e8b99cbe9fa5918855.tar.gz webbrowser-6101e8b2153d6c4fc70757e8b99cbe9fa5918855.tar.lz webbrowser-6101e8b2153d6c4fc70757e8b99cbe9fa5918855.tar.xz webbrowser-6101e8b2153d6c4fc70757e8b99cbe9fa5918855.zip |
corrected typo in build documentation
-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 .. |