Skip to content

Commit ebb21e2

Browse files
docs: add missing dependency to install instructions (#35)
1 parent 6031947 commit ebb21e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Rust support for Dart's Native Assets.
2020
## Getting Started
2121
1. Install [rustup](https://rustup.rs), for Rust, on your development computer
2222
(if you are a library author, consumers of your package will have to do the same)
23-
2. Run `flutter pub add native_toolchain_rs` for Flutter or `dart pub add native_toolchain_rs` for Dart-only
23+
2. Run `flutter pub add native_toolchain_rs hooks` for Flutter or `dart pub add native_toolchain_rs hooks` for Dart-only
2424
3. (Until [Native Assets](https://github.com/dart-lang/sdk/issues/50565) is fully released) Switch to Flutter's beta channel: `flutter channel beta`
2525
4. See [Code Setup](#code-setup)
2626

0 commit comments

Comments
 (0)