commit | 0db7f9891563910c4b5880d27ff9cd0dd50cfa54 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Jan 23 20:48:22 2023 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Jan 23 20:48:22 2023 +0100 |
tree | 6adaa57a5346ad7c4abbe4d4cf596ceb24ce927c | |
parent | 86a5fc8ca27fc3426ba72245ad45f1a2ff0914ae [diff] |
Simplify and updare Readme Change-Id: I1d2a58fe3cdb50273a9aaac91ec50325d99295ad
This repository is aimed at developers and others who want to build KorAP or one of its components or related tools.
It helps to check out all necessary repositories using Repo, a tool built by the Android development team to manage multi-repository projects.
repo
commandFollow the repo installation instructions.
mkdir KorAP cd KorAP repo init -u https://korap.ids-mannheim.de/gerrit/KorAP/manifest repo sync
See the repo command reference.