Skip to content

Commit 44da204

Browse files
authored
add Quick Reference section to the readme
1 parent d68cc39 commit 44da204

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
`android-capture` makes it easy to capture video and screenshots from Android devices and emulators.
88

9+
## Quick Reference
10+
11+
- Take a screenshot directly to the clipboard:
12+
13+
`npx android-capture image --copy`
14+
- Record a video to `./new-scroll-behaviour.mp4`
15+
16+
`npx android-capture video new-scroll-behaviour`
917

1018
## Usage
1119

0 commit comments

Comments
 (0)