Skip to content

Commit

Permalink
update the package's readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Jan 24, 2024
1 parent 607d1f7 commit 678dd09
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pkgs/google_generative_ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ https://ai.google.dev/tutorials/setup for how to create one.

### Add the package to your project

Add the package via:

```bash
dart pub add google_generative_ai
Add a dependency on the package via:

```yaml
dependencies:
google_generative_ai:
git:
url: git@github.com:google/generative-ai-dart.git
path: pkgs/google_generative_ai
ref: main
```
And import:
Expand Down

0 comments on commit 678dd09

Please sign in to comment.