diff --git a/README.rst b/README.rst index e978e54..9fd72af 100644 --- a/README.rst +++ b/README.rst @@ -12,16 +12,16 @@ 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: + 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__ + * To install salt, which, of course, is required, one of: + 1. ``install___`` + 2. ``install__`` Optionally, define a minion configuration function, which will be called if the -c|config-dir option is passed. One of: @@ -90,4 +90,5 @@ If you have certificate issues using ``wget`` try the following:: wget --no-check-certificate -O - http://bootstrap.saltstack.org | sudo sh +.. _`Salt`: http://saltstack.org/ .. vim: fenc=utf-8 spell spl=en cc=80 tw=79 fo=want sts=2 sw=2 et