Skip to content

Commit 90e91ad

Browse files
committed
Another batch of tweaks to README.md.
1 parent 822e6e4 commit 90e91ad

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,29 @@ Sample Scanner Implementation
2323

2424
Development Requirements
2525
-------------
26+
On Fedora, command is
27+
28+
dnf install ruby-devel rubygem-rake rubygem-ffi rubygem-bundler openscap
29+
2630
On RHEL you can install requirements by issuing
2731

2832
yum install ruby-devel rubygem-rake rubygem-bundler openscap
2933
gem install ffi # or install rubygem-ffi RPM package from EPEL
3034

31-
On Fedora, command is
32-
33-
yum install ruby-devel rubygem-rake rubygem-ffi rubygem-bundler openscap
3435

3536
Test Requirements
3637
-------------
38+
On Fedora, more packages are necessary, but rubocop can be of the latest version
39+
40+
dnf install rubygem-minitest rubygem-test-unit rubygems-devel bzip2
41+
gem install rubocop
42+
3743
For tests on RHEL7, you need minitest package and specific older version of rubocop.
3844
Newer versions of rubocop requires Ruby >= 2.1.0
3945

4046
yum install rubygem-minitest bzip2
4147
gem install rubocop -v 0.50.0
4248

43-
On Fedora, more packages are necessary, but rubocop can be of the latest version
44-
45-
dnf install rubygem-minitest rubygem-test-unit rubygems-devel bzip2
46-
gem install rubocop
47-
4849
Tests are then performed using script
4950

5051
./runtest.sh

0 commit comments

Comments
 (0)