summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-04-25 21:35:17 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-04-25 21:56:41 +0200
commit6d68205c666e84995f0b9c1d4ad17f7fb22cd27d (patch)
treed286cf8c5ccf7bd6ee53d30b50a324a1eaebf748 /doc
parentaa08c2c7106dca9423fd3057ecd8ceb111083928 (diff)
downloadclufter-6d68205c666e84995f0b9c1d4ad17f7fb22cd27d.tar.gz
clufter-6d68205c666e84995f0b9c1d4ad17f7fb22cd27d.tar.xz
clufter-6d68205c666e84995f0b9c1d4ad17f7fb22cd27d.zip
Embed ccs_flatten utility and make (almost) directly usable
(prerequisite is the previous commit) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKING9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/HACKING b/doc/HACKING
index 1fd3e33..90b2a39 100644
--- a/doc/HACKING
+++ b/doc/HACKING
@@ -1,3 +1,12 @@
+Directly consuming the repo
+---------------------------
+
+After fetching local repo copy:
+$ make -C __root__/ccs-flatten
+and you should be ready to go with:
+$ ./main-bootstrap ...
+
+
High-level Concepts
-------------------