Skip to content

Commit f39cc7a

Browse files
committed
doc: update README
1 parent 466aad6 commit f39cc7a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@ flatpak install com.stremio.Stremio
2121
git clone --recurse-submodules https://github.com/Stremio/stremio-linux-shell
2222
```
2323

24-
### Building
25-
2624
#### Fedora
2725
```bash
2826
dnf install gtk4-devel libadwaita-devel webkitgtk6.0-devel mpv-devel libepoxy-devel flatpak-builder
2927
```
3028

3129
```bash
32-
cargo build --release
30+
cargo run --release # RUST_LOG=debug to print debug logs
3331
```
3432

3533
#### Ubuntu
@@ -38,7 +36,7 @@ apt install build-essential pkg-config libgtk-4-dev libadwaita-1-dev libwebkitgt
3836
```
3937

4038
```bash
41-
cargo build --release
39+
cargo run --release # RUST_LOG=debug to print debug logs
4240
```
4341

4442
#### Flatpak
@@ -54,4 +52,6 @@ flatpak install -y \
5452

5553
```bash
5654
./flatpak/build.sh
55+
flatpak install ./flatpak/com.stremio.Stremio.Devel.flatpak
56+
flatpak run com.stremio.Stremio.Devel
5757
```

0 commit comments

Comments
 (0)