Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorArtem Vodolazskiy <burivuh@maps.me>2015-12-24 14:05:38 +0300
committerArtem Vodolazskiy <burivuh@maps.me>2015-12-24 14:05:38 +0300
commite8838728cdfb6cf5531118c2a74d550748d0f316 (patch)
tree5871976b7002ac391d19dcd1122228058e6445ed /docs
parent6aeed5c11bbb0f16e537142f4344744c1835507c (diff)
Text refactoring for pull request 1106
Diffstat (limited to 'docs')
-rw-r--r--docs/CONTRIBUTING.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index d516677aaf..d6665790c7 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -43,10 +43,9 @@ See [INSTALL.md](INSTALL.md) for command-line compilation instructions.
Debugging may not work in Qt Creator. To enable it, try creating a Build & Run kit in
preferences with XCode's lldb as a debugger and a clang compiler.
-For now configuration assumes you've cloned repository into omim (also a default name) directory.
-Default QtCreator's building behavior uses shadow-dir for artifacts. That is why if you break the first assumption
-and haven't changed the second setting you'll need to create a "data" symlink in the shadow-dir path
-to the /repo/data directory.
+At the moment configuration assumes you've cloned repository into omim (also a default name) directory.
+If you are using shadow-dir for building artifacts (default behavior) and custom directory for repo -
+you'll need to create a "data" symlink in the shadow-dir path to the /repo/data directory.
### XCode