Skip to content

Commit a0a91db

Browse files
committed
docs: add requirements
1 parent a52b9a0 commit a0a91db

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ AutoPilot is a simple cross-platform desktop automation library for Deno.
2020

2121
In progress...
2222

23+
### Requirements
24+
25+
#### Linux
26+
```sh
27+
sudo apt-get update
28+
sudo apt-get install libxtst-dev cmake libc-dev libx11-dev libxcb1-dev
29+
```
30+
31+
### Windows
32+
Run cmd as adminsirator
33+
2334
### Usage
2435

2536
**NOTE**: Prebuilt binaries are automatically downloaded the first time you import Autopilot in your project and are cached.

0 commit comments

Comments
 (0)