Simplify and updare Readme

Change-Id: I1d2a58fe3cdb50273a9aaac91ec50325d99295ad
1 file changed
tree: 6adaa57a5346ad7c4abbe4d4cf596ceb24ce927c
  1. default.xml
  2. Readme.md
Readme.md

KorAP Repo Manifest

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.

Getting started

Install the repo command

Follow the repo installation instructions.

Initialize the KorAP source repositories

mkdir KorAP
cd KorAP
repo init -u https://korap.ids-mannheim.de/gerrit/KorAP/manifest
repo sync

Learn how start and upload KorAP changes for review

See the repo command reference.