Skip to content

Commit 47c80b8

Browse files
Update README
1 parent 92ba9fc commit 47c80b8

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ $ yay -S stl-thumb-kde
2626
```
2727
$ sudo apt install ./stl-thumb-kde_0.4.0_amd64.deb
2828
```
29+
#### Fedora / RedHat
30+
31+
[Download the .rpm package](https://github.com/unlimitedbacon/stl-thumb-kde/releases/latest) and install it.
32+
```
33+
$ yum localinstall stl-thumb-kde-0.4.0_amd64.rpm
34+
```
2935

3036
#### openSUSE
3137

@@ -37,14 +43,14 @@ $ sudo zypper ref
3743
$ sudo zypper install stl-thumb-kde
3844
```
3945

40-
Build Instructions
46+
Build Instructions (Arch)
4147
------------------
4248

4349
Build dependencies:
4450
* cmake
4551
* extra-cmake-modules
46-
* qtbase5-dev
47-
* kio-dev
52+
* qt6-base
53+
* kio
4854

4955
1. Install [stl-thumb](https://github.com/unlimitedbacon/stl-thumb)
5056
2. Then you can build the plugin.
@@ -54,7 +60,7 @@ Build dependencies:
5460
cmake -DCMAKE_BUILD_TYPE=Release ..
5561
make
5662
```
57-
3. And install it for testing (on Debian or Ubuntu).
63+
3. And install it for testing.
5864
```
5965
sudo make install
6066
```

0 commit comments

Comments
 (0)