Skip to content

Commit 99616d6

Browse files
authored
docs: add nightly/development builds section to README (#520)
1 parent 4f2d11a commit 99616d6

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,27 @@ A huge thank you to everyone supporting the project!
129129
- MagicPods for Steam Deck ([website](https://magicpods.app/steamdeck/))
130130
- MagicPods - if you're looking for "LibrePods for Windows" ([ms store](https://apps.microsoft.com/store/detail/9P6SKKFKSHKM) [installer](https://magicpods.app/installer/MagicPods.appinstaller) | [website](https://magicpods.app/))
131131

132+
# Nightly / Development Builds
133+
134+
Want to try the latest features before they're officially released? You can grab nightly builds from GitHub Actions:
135+
136+
### Android
137+
1. Go to the [Actions tab](https://github.com/kavishdevar/librepods/actions/workflows/ci-android.yml)
138+
2. Click on the most recent successful workflow run
139+
3. Scroll down to **Artifacts** and download the **Debug APK** zip file
140+
4. Extract the zip and install the `.apk` on your device
141+
142+
> [!NOTE]
143+
> You need to be signed in to GitHub to download artifacts. Nightly builds are debug-signed and may not auto-update — you may need to uninstall the stable version first.
144+
145+
### Linux (Rust)
146+
1. Go to the [Actions tab](https://github.com/kavishdevar/librepods/actions/workflows/ci-linux-rust.yml)
147+
2. Click on the most recent successful workflow run
148+
3. Download the **librepods-x86_64.AppImage** or **librepods** binary from **Artifacts**
149+
150+
> [!WARNING]
151+
> Nightly builds are unstable and may contain bugs. Use at your own risk.
152+
132153
# Star History
133154

134155
<a href="https://www.star-history.com/#kavishdevar/librepods&type=date&legend=top-left">

0 commit comments

Comments
 (0)