style: auto-format from pre-push hooks
This commit is contained in:
@@ -13,12 +13,14 @@ Moonlight also has a [PC client](https://github.com/moonlight-stream/moonlight-q
|
||||
You can follow development on our [Discord server](https://moonlight-stream.org/discord) and help translate Moonlight into your language on [Weblate](https://hosted.weblate.org/projects/moonlight/moonlight-android/).
|
||||
|
||||
## Downloads
|
||||
|
||||
* [Google Play Store](https://play.google.com/store/apps/details?id=com.limelight)
|
||||
* [Amazon App Store](https://www.amazon.com/gp/product/B00JK4MFN2)
|
||||
* [F-Droid](https://f-droid.org/packages/com.limelight)
|
||||
* [APK](https://github.com/moonlight-stream/moonlight-android/releases)
|
||||
|
||||
## Building
|
||||
|
||||
* Install Android Studio and the Android NDK
|
||||
* Run ‘git submodule update --init --recursive’ from within moonlight-android/
|
||||
* In moonlight-android/, create a file called ‘local.properties’. Add an ‘ndk.dir=’ property to the local.properties file and set it equal to your NDK directory.
|
||||
@@ -49,6 +51,7 @@ nix build '.?submodules=1#moonlight-android.mitmCache.updateScript' && ./result
|
||||
```
|
||||
|
||||
Notes:
|
||||
|
||||
* If your Nix is configured to offload to a remote builder, add `--builders ""`
|
||||
to build locally instead of copying the multi-GB SDK closure to the remote.
|
||||
* The build targets the `nonRoot` `debug` variant; it is signed with the
|
||||
|
||||
Reference in New Issue
Block a user