From 057a6a305579f662b4b3c4e9c886d8dc77f26f39 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 29 Nov 2012 05:15:50 +0000 Subject: [PATCH] Mode dedent. --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 0bfc4b0..1108e7c 100644 --- a/README.rst +++ b/README.rst @@ -13,15 +13,15 @@ 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`` +1. ``install____deps`` +2. ``install___deps`` +3. ``install___deps`` +4. ``install__deps`` * To install salt, which, of course, is required, one of: - 1. ``install___`` - 2. ``install__`` +1. ``install___`` +2. ``install__`` Optionally, define a minion configuration function, which will be called if the -c|config-dir option is passed. One of: