Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatih Aydın committed Nov 1, 2024
1 parent 5130880 commit b7e1378
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ To complete this quickstart, make sure that your development environment meets t

- Requires [PHP 8.1+](https://php.net/releases/)


## Setup

### Installation
Expand All @@ -48,6 +49,14 @@ First, install Gemini via the [Composer](https://getcomposer.org/) package manag
composer require google-gemini-php/client
```

If you want to use beta features you should install beta branch:

```bash
composer require google-gemini-php/client:1.0.4-beta
```

For beta documentation: https://github.com/google-gemini-php/client/tree/beta

Ensure that the `php-http/discovery` composer plugin is allowed to run or install a client manually if your project does not already have a PSR-18 client integrated.
```bash
composer require guzzlehttp/guzzle
Expand Down

0 comments on commit b7e1378

Please sign in to comment.