doc/HOWTO.txt: Explain how to run catalyst without installing
authorW. Trevor King <wking@tremily.us>
Sat, 9 Feb 2013 20:40:33 +0000 (15:40 -0500)
committerMatt Turner <mattst88@gmail.com>
Sat, 9 Mar 2013 02:39:18 +0000 (18:39 -0800)
Thanks to Chris White for explaining this to me.

Reviewed-by: Matt Turner <mattst88@gmail.com>
doc/HOWTO.txt

index ea9c8f4213441d75cc239329eaa1cce051804bf7..5717f802a8979726357248f79e504a6221297d94 100644 (file)
@@ -202,3 +202,18 @@ and `dd`:
 replacing `X` with the appropriate drive letter for your USB disk.
 See https://bugs.gentoo.org/show_bug.cgi?id=251719[bug 251719] for
 details.
+
+Running catalyst from a Git checkout
+------------------------------------
+
+If you're developing catalyst, you'll want to test your altered
+version.  An easy way to run it without reinstalling is to setup a
+local configuration file and run:
+
+    # ./catalyst -c catalyst.conf -f path/to/your.spec
+
+The local configuration file can use all the defaults except for
+`sharedir`, which you should change to point to your development
+directory:
+
+    sharedir="/home/wking/src/catalyst"