浏览代码

Re-phrase note about jattool-minimal

The assumption that RHEL-6 and older don't have Jinja2 was incorrect;
just the package is named differently.  However, in many cases people
will still want small installs, so we're keeping the split, just the
note is rephrased to be more accurate.
Alois Mahdal 6 年前
父节点
当前提交
0a4fcd2ba0
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5
    3
      README.md

+ 5
- 3
README.md 查看文件

@@ -69,12 +69,14 @@ Older distros like CentOS 6 and 7, don't have `dnf copr` or `yum copr` plugin,
69 69
 so you'll have to pick correct *.repo* file from COPR site and download it
70 70
 under */etc/yum.repos.d*.
71 71
 
72
-Also, older distros also necessarily have all dependencies available, so if you
73
-only want to *run* test (but not eg. export to HTML), you only need to install
74
-*jattool-minimal*:
72
+Note that on testing machines, where you only want to *run* test (but not eg.
73
+export to HTML), you only need to install *jattool-minimal*:
75 74
 
76 75
     # yum install jattool-minimal
77 76
 
77
+This will help you avoid excess dependencies.  Test suites should also normally
78
+depend only on *jattool-minimal*.
79
+
78 80
 
79 81
 ### Installation -- Debian and similar ###
80 82