Skip to content

Commit d18b38a

Browse files
authored
Merge pull request #89 from The-Nyla/patch-1
Update README.md
2 parents f32487c + ebd8f4d commit d18b38a

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
@@ -31,10 +31,10 @@ dnf install python3 && python3 -m pip install aiohttp toml # Needed for Flatpak
3131
cargo run --release # RUST_LOG=debug to print debug logs
3232
```
3333

34-
#### Ubuntu
34+
#### Debian-based (Ubuntu, etc.)
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 python3-aiohttp python3-toml # Needed for Flatpak build
37+
apt install python3 python3-aiohttp python3-toml elfutils # Needed for Flatpak build
3838
```
3939

4040
```bash
@@ -55,4 +55,4 @@ flatpak install -y \
5555
./flatpak/build.sh
5656
flatpak install ./flatpak/com.stremio.Stremio.Devel.flatpak
5757
flatpak run com.stremio.Stremio.Devel
58-
```
58+
```

0 commit comments

Comments
 (0)