Просмотр исходного кода

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 лет назад
Родитель
Сommit
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