From bfe1fb9563081b7d68eb46c383acb53b09cbab97 Mon Sep 17 00:00:00 2001 From: Elijah Lazkani Date: Tue, 10 Jan 2017 19:18:45 -0500 Subject: [PATCH] Fixing the README with basic information. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2280452..26100d3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ -# pinch -Dotfile repository using SaltStack +# Pinch + +After using my own python script to symlink my dotfiles, I have decided to take `SaltStack` for a spin and see how it goes. + +# Bootstrap + +The `bootstrap.sh` script will check the OS and in the case of *Mac OS X* will install `brew` followed by an installation of `SaltStack`. +On Linux, the script will install `SaltStack`. The end result will be calling `SaltStack` to kick off the configuration of the box. \ No newline at end of file