Add references to prerequisites
Users sometimes only read the OS-specific instructions, they must be aware of the prerequisites.
This commit is contained in:
parent
5899af6a2f
commit
fb61b779a6
4 changed files with 7 additions and 1 deletions
|
@ -35,7 +35,7 @@ Its features include:
|
||||||
- [OTG mode](doc/hid-otg.md#otg)
|
- [OTG mode](doc/hid-otg.md#otg)
|
||||||
- and more…
|
- and more…
|
||||||
|
|
||||||
## Requirements
|
## Prerequisites
|
||||||
|
|
||||||
The Android device requires at least API 21 (Android 5.0).
|
The Android device requires at least API 21 (Android 5.0).
|
||||||
|
|
||||||
|
|
|
@ -61,6 +61,8 @@ _See [build.md](build.md) to build and install the app manually._
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
|
_Make sure that your device meets the [prerequisites](/README.md#prerequisites)._
|
||||||
|
|
||||||
Once installed, run from a terminal:
|
Once installed, run from a terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -29,6 +29,8 @@ _See [build.md](build.md) to build and install the app manually._
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
|
_Make sure that your device meets the [prerequisites](/README.md#prerequisites)._
|
||||||
|
|
||||||
Once installed, run from a terminal:
|
Once installed, run from a terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -38,6 +38,8 @@ _See [build.md](build.md) to build and install the app manually._
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
|
_Make sure that your device meets the [prerequisites](/README.md#prerequisites)._
|
||||||
|
|
||||||
Scrcpy is a command line application: it is mainly intended to be executed from
|
Scrcpy is a command line application: it is mainly intended to be executed from
|
||||||
a terminal with command line arguments.
|
a terminal with command line arguments.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue