style: auto-format from pre-push hooks
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"MD013": false
|
"MD013": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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/).
|
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
|
## Downloads
|
||||||
|
|
||||||
* [Google Play Store](https://play.google.com/store/apps/details?id=com.limelight)
|
* [Google Play Store](https://play.google.com/store/apps/details?id=com.limelight)
|
||||||
* [Amazon App Store](https://www.amazon.com/gp/product/B00JK4MFN2)
|
* [Amazon App Store](https://www.amazon.com/gp/product/B00JK4MFN2)
|
||||||
* [F-Droid](https://f-droid.org/packages/com.limelight)
|
* [F-Droid](https://f-droid.org/packages/com.limelight)
|
||||||
* [APK](https://github.com/moonlight-stream/moonlight-android/releases)
|
* [APK](https://github.com/moonlight-stream/moonlight-android/releases)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
* Install Android Studio and the Android NDK
|
* Install Android Studio and the Android NDK
|
||||||
* Run ‘git submodule update --init --recursive’ from within moonlight-android/
|
* 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.
|
* 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:
|
Notes:
|
||||||
|
|
||||||
* If your Nix is configured to offload to a remote builder, add `--builders ""`
|
* 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.
|
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
|
* The build targets the `nonRoot` `debug` variant; it is signed with the
|
||||||
|
|||||||
Reference in New Issue
Block a user