Some improvements for the README. (#78)
* Fix typo Infurstrure -> Infrastructure. * Move closer to English idiom for footnote. * Neaten explanation.
This commit is contained in:
committed by
GitHub
parent
4493f1f32c
commit
7cc4a07fbe
12
README.md
12
README.md
@@ -16,7 +16,7 @@ English | [简体中文](README.zh-cn.md)
|
||||
## Overview
|
||||
**ReDroid** (*Re*mote an*Droid*) is a GPU accelerated AIC (Android In Container) solution. You can boot many
|
||||
instances in Linux host (`Docker`, `podman`, `k8s` etc.). *ReDroid* supports both `arm64` and `amd64` architectures.
|
||||
*ReDroid* is suitable for Cloud Gaming, VMI (Virtual Mobile Infurstrure), Automation Test and more.
|
||||
*ReDroid* is suitable for Cloud Gaming, VMI (Virtual Mobile Infrastructure), Automation Test and more.
|
||||
|
||||

|
||||
|
||||
@@ -37,7 +37,7 @@ Tested Platforms:
|
||||
- CentOS (amd64\*, arm64\*)
|
||||
- OpenEuler 20.03 (amd64, arm64\*)
|
||||
|
||||
\* means need customized kernel
|
||||
\* customized kernel required
|
||||
|
||||
## Getting Started
|
||||
*ReDroid* requires some kernel modules (`binderfs`, `ashmem` etc.).
|
||||
@@ -54,10 +54,10 @@ docker run -itd --rm --memory-swappiness=0 --privileged \
|
||||
adb connect <IP>:5555
|
||||
scrcpy --serial <IP>:5555
|
||||
|
||||
## explains:
|
||||
## --pull always -- be sure to use the latest image
|
||||
## -v ~/data:/data -- mount data partition
|
||||
## -p 5555:5555 -- expose adb port, you can connect via `adb connect <HOST-IP>`
|
||||
## Explanation:
|
||||
## --pull always -- be sure to use the latest image
|
||||
## -v ~/data:/data -- mount data partition
|
||||
## -p 5555:5555 -- expose adb port, you can connect via `adb connect <HOST-IP>`
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user