-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated quickstart instructions in 'brb.conf'
- Loading branch information
1 parent
b7eb67e
commit 569e9ff
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |