From 36d467cc45c6e45dad02fc349c936738abfc9ff8 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 17 Jul 2014 14:10:22 -0300 Subject: [PATCH] a few extra very basic instructions --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35a6c5b..765d20d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,22 @@ # Quick start -- install `mr` (`apt-get install mr`) -- echo $(pwd)/.mrconfig >> ~/.mrtrust -- mr checkout +To clone all the sub-projects: + +``` +$ install `mr` (`apt-get install mr`) +$ echo $(pwd)/.mrconfig >> ~/.mrtrust +$ mr checkout +``` + +To build packages: + +``` +$ make +``` + +To add a new subproject: + +- edit `.mrconfig` and add a new section for the project (base it on the + existing sections for the existing subprojects) +- add a new .spec.in file for the project in rpm/$PROJECT.spec.in +- that's all -- libgit2 0.21.2