Skip to content

Commit 666b718

Browse files
committed
Add install instructions to README
1 parent 979d190 commit 666b718

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

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

88
A cross platform crate for sending ctrl-c to child processes
99

10+
## Install
11+
12+
```shell
13+
cargo add send_ctrlc
14+
# Or for async/tokio:
15+
cargo add send_ctrlc -F tokio
16+
```
17+
1018
## Features
1119

1220
* Cross platform (including Windows)

0 commit comments

Comments
 (0)