Skip to content

Commit f32487c

Browse files
committed
doc: add missing commands and packages
1 parent 377c0cf commit f32487c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ git clone --recurse-submodules https://github.com/Stremio/stremio-linux-shell
2323

2424
#### Fedora
2525
```bash
26-
dnf install gtk4-devel libadwaita-devel webkitgtk6.0-devel mpv-devel libepoxy-devel flatpak-builder
27-
python3 -m pip install aiohttp toml # Only for Flatpak build
26+
dnf install gtk4-devel libadwaita-devel webkitgtk6.0-devel mpv-devel libepoxy-devel nodejs flatpak-builder
27+
dnf install python3 && python3 -m pip install aiohttp toml # Needed for Flatpak build
2828
```
2929

3030
```bash
@@ -34,7 +34,7 @@ cargo run --release # RUST_LOG=debug to print debug logs
3434
#### Ubuntu
3535
```bash
3636
apt install build-essential pkg-config libgtk-4-dev libadwaita-1-dev libwebkitgtk-6.0-dev libmpv-dev gettext nodejs flatpak-builder
37-
apt install python3-aiohttp python3-toml # Only for Flatpak build
37+
apt install python3 python3-aiohttp python3-toml # Needed for Flatpak build
3838
```
3939

4040
```bash

0 commit comments

Comments
 (0)