Mention AutoAdb in README
This commit is contained in:
parent
902b99174d
commit
600df37753
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -261,6 +261,16 @@ scrcpy -s 192.168.0.1:5555 # short version
|
||||||
|
|
||||||
You can start several instances of _scrcpy_ for several devices.
|
You can start several instances of _scrcpy_ for several devices.
|
||||||
|
|
||||||
|
#### Autostart on device connection
|
||||||
|
|
||||||
|
You could use [AutoAdb]:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
autoadb scrcpy -s '{}'
|
||||||
|
```
|
||||||
|
|
||||||
|
[AutoAdb]: https://github.com/rom1v/usbaudio
|
||||||
|
|
||||||
#### SSH tunnel
|
#### SSH tunnel
|
||||||
|
|
||||||
To connect to a remote device, it is possible to connect a local `adb` client to
|
To connect to a remote device, it is possible to connect a local `adb` client to
|
||||||
|
|
Loading…
Reference in a new issue