提交 b688f443 编写于 作者: V Vijay Dev

use 'bundle exec rake'

上级 b4af5b9d
......@@ -65,7 +65,7 @@ It is also recommended that you work with +WARNINGS=1+. This detects duplicate I
If you want to generate guides in languages other than English, you can keep them in a separate directory under +source+ (eg. <tt>source/es</tt>) and use the +GUIDES_LANGUAGE+ environment variable:
<plain>
rake generate_guides GUIDES_LANGUAGE=es
bundle exec rake generate_guides GUIDES_LANGUAGE=es
</plain>
h3. HTML Validation
......@@ -73,7 +73,7 @@ h3. HTML Validation
Please validate the generated HTML with:
<plain>
rake validate_guides
bundle exec rake validate_guides
</plain>
Particularly, titles get an ID generated from their content and this often leads to duplicates. Please set +WARNINGS=1+ when generating guides to detect them. The warning messages suggest a way to fix them.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册