Fixing the README to link a few keywords.

This commit is contained in:
Elijah Lazkani 2017-01-14 09:51:30 -05:00
parent 3c2ca4993f
commit 4b2f1fe329

View file

@ -1,8 +1,8 @@
# Pinch # 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. After using my own [Python script](https://github.com/elazkani/dotfiles/blob/master/bootstrap.py "bootstrap.py") to symlink my [dotfiles](https://en.wikipedia.org/wiki/Dot-file), I have decided to take [SaltStack](https://en.wikipedia.org/wiki/Salt_(software)) for a spin and see how it goes.
# Bootstrap # 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`. 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. On Linux, the script will install `SaltStack`. The end result will be calling `SaltStack` to kick off the configuration of the box.