small doc update
authorIan Kelling <ian@iankelling.org>
Wed, 31 Aug 2016 03:29:42 +0000 (20:29 -0700)
committerIan Kelling <ian@iankelling.org>
Wed, 31 Aug 2016 03:29:42 +0000 (20:29 -0700)
README
phab-setup

diff --git a/README b/README
index 0fd249f31f11730cd3da34336823daebd90ad6f1..3cd36872184e7663bd820dcc03b1654b825058c1 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,6 @@
 Scripts to setup distros how I like
 
-It's not meant for other people to run verbatum, but for them to read
-and copy the good parts. It has dependencies on other repos at
-https://iankelling.org/git.
+Initial os install is also automated using a separate repo callied
+"fai", also at iankelling.org/git. It's not meant for other people to
+run verbatum, but for them to read and copy the good parts. It has
+dependencies on other repos at https://iankelling.org/git.
index 5d180f85f3c5d404b413477db380552ef170c4e2..25bbab7b22236f45dec14f07e4f4bec78883b785 100755 (executable)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+
+
+# Automated phabricator setup. Not currently using it,
+# but it works.
+
 set -eE -o pipefail
 trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?"' ERR