Skip to content

Commit b484ed1

Browse files
authored
Merge pull request redhat-performance#476 from grafuls/development
docs: fixed version naming
2 parents eb368f0 + 0249bfa commit b484ed1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<h2 align="center">The Out-of-Band Wrangler</h2>
66

7-
[![Copr build status](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish/package/python3-pybadfish/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish/package/python3-pybadfish/)
7+
[![Copr build status](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-badfish/package/python3-badfish/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-badfish/package/python3-badfish/)
88
[![Codecov](https://codecov.io/gh/redhat-performance/badfish/branch/master/graph/badge.svg?token=CNJN0CD6GN)](https://codecov.io/gh/redhat-performance/badfish)
99
[![Container image on Quay](https://quay.io/repository/quads/badfish/status "Container image on Quay")](https://quay.io/repository/quads/badfish)
1010
[![Tox](https://github.com/redhat-performance/badfish/actions/workflows/tox.yml/badge.svg)](https://github.com/redhat-performance/badfish/actions)
@@ -128,13 +128,13 @@ We're mostly concentrated on programmatically enforcing interface/device boot or
128128
## Setup
129129
### Badfish RPM package
130130
```bash
131-
dnf copr enable quadsdev/python3-pybadfish -y
132-
dnf install python3-pybadfish -y
131+
dnf copr enable quadsdev/python3-badfish -y
132+
dnf install python3-badfish -y
133133
```
134134

135135
Active RPM releases:
136136
- All current Fedora releases
137-
- Some older Fedora releases, check the [RPM releases here](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish/)
137+
- Some older Fedora releases, check the [RPM releases here](https://copr.fedorainfracloud.org/coprs/quadsdev/python3-badfish/)
138138

139139
> [!NOTE]
140140
> RHEL and derivatives (Rocky, Alma, etc) should use [containers](#badfish-container) instead due to missing libs/dependencies.
@@ -146,7 +146,7 @@ python3 -m venv bf
146146
source bf/bin/activate
147147
python3 -m pip install --upgrade build
148148
python3 -m build
149-
python3 -m pip install dist/pybadfish-*.tar.gz
149+
python3 -m pip install dist/badfish-*.tar.gz
150150
```
151151
> [!TIP]
152152
> This will allow Badfish to be called from the terminal via the `badfish` command

0 commit comments

Comments
 (0)