From 569e9ffe8fd2ffa885eec73e68e11c7d8f0a86b9 Mon Sep 17 00:00:00 2001 From: Sergei Lebedev Date: Sat, 10 Mar 2012 21:21:42 +0400 Subject: [PATCH] Updated quickstart instructions in 'brb.conf' --- brb.conf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/brb.conf b/brb.conf index 766d71b..c3fc7e8 100644 --- a/brb.conf +++ b/brb.conf @@ -1,6 +1,11 @@ Version "0.2" -# Clone 'purse' to '~/.brb/recipes', which is the "default" repository. -# TODO(superbobry): this should be done with 'brb update' command. +# Quickstart: +# ---------- +# 1. Run 'brb update' to checkout "default" repository into your home +# directory. +# 2. Then try building a sample project by running 'brb build' in the +# project root. If everything goes find you should see +# "Project built successfully!" -Dep oasis recipe "default" +Dep fileutils recipe "default"