From ad7a40620093ab4a5a2e306fde9747431b5c54ab Mon Sep 17 00:00:00 2001 From: Roman Tsisyk Date: Sun, 3 Jan 2021 17:41:14 +0300 Subject: [PATCH] [docs] Remove mentions of a private repository There is no a private repository anymore. Signed-off-by: Roman Tsisyk --- docs/CONTRIBUTING.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index c7003d54e8..700dc13ae9 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -12,17 +12,9 @@ faster if you send it to bugs@omaps.app. ## Initializing the Repository -The repository needs a lot of header and configuration files with private keys and such. -To initialize, run `configure.sh` from its root, and press "Enter" when asked for a -repository. The script will create two files, `private.h` and `android/secure.properties`, -which are required for compiling the project. If you have a private repository with -these files (and some other, like private keystores), pass the link like this: +To initialize the repository, run `configure.sh`: - echo git@repository:org/omim-private.git | ./configure.sh - -Without keys, downloading of maps won't work, as well as statistics and online routing -assisting. For android, you would need private keys to build a release version (but -a debug one can be built without keys). + ./configure.sh ## Setting up IDE