Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2024-03-19 13:13:21 +01:00 committed by GitHub
parent 5c01b2549b
commit e0602ed420
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,9 +53,9 @@ we remove those package. However you need to make sure that these are not import
In the case of intel oneapi: In the case of intel oneapi:
```shell ```shell
dnf -y install intel-aikit dnf -y install --best --allowerasing intel-aikit
dnf -y install intel-basekit dnf -y install --best --allowerasing intel-basekit
dnf -y install intel-dlfdkit dnf -y install --best --allowerasing intel-dlfdkit
dnf -y install intel-hpckit dnf -y install --best --allowerasing intel-hpckit
dnf -y install intel-iotkit dnf -y install --best --allowerasing intel-iotkit
``` ```