Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 4b3adae

Browse files
author
Shady Khalifa
committed
update readme
1 parent 9fb68d5 commit 4b3adae

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
@@ -40,6 +40,14 @@
4040

4141
Writing a High-Level Abstractions and idiomatic Dart Code for the FFI bindgens, we will leave that as a homework for the user :).
4242

43+
## Install
44+
45+
You could install the CLI from [github releases]() or you could also use cargo
46+
47+
```bash
48+
$ cargo install --force dart-bindgen --features cli
49+
```
50+
4351
## Safety
4452

4553
This crate uses `#![deny(unsafe_code)]` to ensure everything is implemented in

0 commit comments

Comments
 (0)