aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2017-02-27 10:28:23 +0200
committerFilipp Lepalaan <filipp@mac.com>2017-02-27 10:28:23 +0200
commit66ac3ea8dbf8c88b7d666183edaa34df0688795d (patch)
tree078d811addf786058e02de04b6c8807981769601 /README.md
parentf33638664835a99b2e11584251a19e6f2374f998 (diff)
downloadmachammer-66ac3ea8dbf8c88b7d666183edaa34df0688795d.tar.gz
machammer-66ac3ea8dbf8c88b7d666183edaa34df0688795d.tar.bz2
machammer-66ac3ea8dbf8c88b7d666183edaa34df0688795d.zip
Added curl and other stuff
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 42eb8fb..3e06feb 100644
--- a/README.md
+++ b/README.md
@@ -146,9 +146,9 @@ Check `tests.py` for more usage examples.
### FAQ
* Q: Why not use Bash?
-* A: It's true that most of this stuff is just glue to various command line utilities and using Bash might save some keystrokes, but Python is just a much better programming language with an actual standard library.
+* A: It's true that most of this stuff is just glue to various command line utilities and using Bash might save some keystrokes, but Python is just a much better programming language with an actual standard library.
* Q: Why not use Munki?
-* A: No reason whatsoever. Munki is great and you should totally use it, if it works for you. I just prefer to read and write code than learn a new XML syntax. For me personally, it was difficult to "start small" with Munki - there's a lot you have to learn to get started. Also, there are plenty of apps out there that don't conform to the standard PKG/app bundle format (like the ArchiCAD example above) and your best bet at tackling those is just plain-old scripting. To paraphrase Einstein - an installation tool might take you from A to B, but scripting can take you anywhere. :-)
+* A: No reason whatsoever. Munki is great and you should totally use it, if it works for you. I just prefer to read and write code than learn a new XML syntax. For me personally, it was difficult to "start small" with Munki - there's a lot you have to learn to get started. Also, there are plenty of apps out there that don't conform to the standard PKG/app bundle format (like the ArchiCAD example above) and your best bet at tackling those is just plain-old scripting. To paraphrase Einstein - an installation tool might take you from A to B, but scripting can take you anywhere. :-) You can think of `machammer` as a tool to create your own version of Munki.
[![Documentation Status](https://readthedocs.org/projects/machammer/badge/?version=latest)](http://machammer.readthedocs.io/en/latest/?badge=latest)