Skip to content

Commit fc751f4

Browse files
committed
Adjust "Get" page
1 parent f64c2e9 commit fc751f4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

_get_options/a_rhel_packages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: We use COPR infrastructure to build and serve ipfixprobe packages.
44

55
instructions:
66
-
7-
description: "Install copr repository. Here is the example for EPEL 8."
8-
code:
9-
- "wget -O /etc/yum.repos.d/cesnet-nemea.repo https://copr.fedorainfracloud.org/coprs/g/CESNET/NEMEA/repo/epel-8/group_CESNET-NEMEA-epel-8.repo"
10-
- "rpm --import https://copr-be.cloud.fedoraproject.org/results/@CESNET/NEMEA/pubkey.gpg"
7+
description: "Install copr repository."
8+
code:
9+
- "dnf install -y dnf-plugins-core && dnf copr -y enable @CESNET/NEMEA"
10+
1111
-
1212
description: "After succesfull instalation of COPR, you can install the ipfixprobe via yum or dnf."
1313
code:

get_options.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: Get ipfixprobe
33
heading: Start using ipfixprobe
4-
5-
64
---
75

86
{% for option in site.get_options %}
@@ -17,7 +15,7 @@ <h2 style="float:'left'">{{ option.title }}</h3>
1715
{% for instruction in option.instructions %}
1816
<p>{{ instruction.description }}</p>
1917
<span>
20-
{% for line in instruction.code %}
18+
{% for line in instruction.code %}
2119
<code>{{line}}</code> <br>
2220
{% endfor %}
2321
</span>

0 commit comments

Comments
 (0)