small docs updates about localrc

This commit is contained in:
termie 2011-09-28 17:18:23 -07:00
parent 7377444f80
commit 197d53d32e

View File

@ -57,6 +57,11 @@ fi
#
# You can also pass options on a single line ``MYSQL_PASS=simple ./stack.sh``
#
# Additionally, you can put any local variables into a ``localrc`` file, like::
#
# MYSQL_PASS=anothersecret
# MYSQL_USER=hellaroot
#
# We try to have sensible defaults, so you should be able to run ``./stack.sh``
# in most cases.