mirror of https://github.com/M66B/FairEmail.git
Updated FAQ
This commit is contained in:
parent
5c87d23436
commit
17bccaaf78
5
FAQ.md
5
FAQ.md
|
@ -5043,12 +5043,15 @@ Sending protected content is a pro feature, decrypting protected content is a fr
|
||||||
**(185) Can I install FairEmail on Windows?**
|
**(185) Can I install FairEmail on Windows?**
|
||||||
|
|
||||||
Yes, you can if you use Windows 11 or later and install the [Windows Subsystem for Android](https://learn.microsoft.com/en-us/windows/android/wsa/).
|
Yes, you can if you use Windows 11 or later and install the [Windows Subsystem for Android](https://learn.microsoft.com/en-us/windows/android/wsa/).
|
||||||
|
|
||||||
You'll need to [download the GitHub version](https://github.com/M66B/FairEmail/releases) of the app and sideload it,
|
You'll need to [download the GitHub version](https://github.com/M66B/FairEmail/releases) of the app and sideload it,
|
||||||
which means you need to enable developer mode, please [see here](https://learn.microsoft.com/en-us/windows/android/wsa/#test-and-debug) about how to.
|
which means that you need to enable developer mode, please [see here](https://learn.microsoft.com/en-us/windows/android/wsa/#test-and-debug),
|
||||||
|
and that you need to install adb (platform tools), [see here](https://developer.android.com/studio/command-line/adb).
|
||||||
|
|
||||||
You can install the app via the Windows command line like this:
|
You can install the app via the Windows command line like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
cd /path/to/platform-tools
|
||||||
adb connect 127.0.0.1:58526
|
adb connect 127.0.0.1:58526
|
||||||
adb install /path/to/FairEmail-xxx.apk
|
adb install /path/to/FairEmail-xxx.apk
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue