Rework README to avoid broken "python script/scons.py" calls.
authorW. Trevor King <wking@drexel.edu>
Sat, 17 Apr 2010 04:19:52 +0000 (00:19 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 17 Apr 2010 05:28:29 +0000 (01:28 -0400)
commitdd6166ad91c8f693961a3f5de0f3951c09d05267
tree2cbd8569c14e93b19b13281aee0e2f655d9260dc
parent34ae8709360358709d1bda2a7c1cef8b8132f9e0
Rework README to avoid broken "python script/scons.py" calls.

While it is nice to mention the whole SCONS_LIB_DIR bit, it seems
easier and less error prone to just stick to bootstrap.py.  Maybe not
exactly what bootstrap.py was intended for, but certainly something it
is very good at.  The new README layout (hopefully) makes this
more obvious.

I also added "-o test.log" to to the DEVELOPMENT WORKFLOW runtest.py
invocation, since it would be a shame to run that many tests, and then
have to run them all again if the failures scrolled up out of the
terminal and you weren't running xterm/screen/etc. with a history.
README