diff --git a/README.rst b/README.rst index 1108e7c..36ca34a 100644 --- a/README.rst +++ b/README.rst @@ -12,30 +12,33 @@ Adding support for other operating systems ------------------------------------------ In order to install salt for a distribution you need to define: -* To Install Dependencies, which is required, one of: -1. ``install____deps`` -2. ``install___deps`` -3. ``install___deps`` -4. ``install__deps`` +* To Install Dependencies, which is required, one of:: + install____deps + install___deps + install___deps + install__deps -* To install salt, which, of course, is required, one of: -1. ``install___`` -2. ``install__`` +* To install salt, which, of course, is required, one of:: + install___ + install__ - Optionally, define a minion configuration function, which will be called if - the -c|config-dir option is passed. One of: - 1. config____minion - 2. config___minion - 3. config___minion - 4. config__minion - 5. config_minion [THIS ONE IS ALREADY DEFINED AS THE DEFAULT] - Also optionally, define a post install function, one of: - 1. install____post - 2. install___post - 3. install___post - 4. install__post +* Optionally, define a minion configuration function, which will be called if + the ``-c|config-dir`` option is passed. One of:: + config____minion + config___minion + config___minion + config__minion + config_minion [THIS ONE IS ALREADY DEFINED AS THE DEFAULT] + + +* Also optionally, define a post install function, one of:: + install____post + install___post + install___post + install__post + Below is an example for Ubuntu Oneiric: