Commit f95e628f21c17d38312c675f18d59d6e7ecd8ca2

Authored by Paulo Tada
1 parent 799311f2

Updating dependecies on doc and README

Showing 2 changed files with 4 additions and 2 deletions   Show diff stats
README.chef.md
... ... @@ -2,7 +2,7 @@
2 2  
3 3 ## Requirements
4 4  
5   -* [chake](https://rubygems.org/gems/chake)
  5 +* [chake](https://rubygems.org/gems/chake). Version 0.13 or greater
6 6 * [rake](https://rubygems.org/gems/rake)
7 7 * python-sphinx
8 8  
... ...
docs/implantacao.rst.in
... ... @@ -13,10 +13,12 @@ equivalentes estejam instalados.
13 13 As seguintes ferramentas serão necessárias:
14 14  
15 15 * git_: ferramenta de controle de versão.
16   -* chake_: ferramenta de gestão de configuração.
  16 +* chake_: ferramenta de gestão de configuração. Version 0.13 ou maior.
  17 +* python-sphinx_: ferramenta para gerar documentação HTML.
17 18  
18 19 .. _chake: https://gitlab.com/terceiro/chake
19 20 .. _git: http://git-scm.com/
  21 +.. _python-sphinx: http://www.sphinx-doc.org/en/stable/
20 22  
21 23 Para instalar em Debian/Ubuntu::
22 24  
... ...