Update README.md

This commit is contained in:
lostb1t
2025-02-06 17:48:03 +01:00
committed by GitHub
parent 2af42b39f5
commit 41e7123d1c

View File

@@ -85,7 +85,10 @@ We welcome any help to make Streamyfin better. If you'd like to contribute, plea
1. Use node `>20`
2. Install dependencies `bun i && bun run submodule-reload`
3. Make sure you have xcode and/or android studio installed.
4. Create an expo dev build by running `npm run ios` or `nom run android`. This will open a simulator on your computer and run the app.
4. run `npm run prebuild`
5. Create an expo dev build by running `npm run ios` or `nom run android`. This will open a simulator on your computer and run the app.
For the TV version suffix the npm commands with `:tv`. `npm run prebuild:tv, npm run ios:tv or npm run android:tv`
## 📄 License