Skip to content

Commit

Permalink
chore(docs): update readme(add pnpm, bun on install for typescritp)
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed May 27, 2024
1 parent 71fbe96 commit 9c9cb37
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,19 @@ Access from specific VPC Endpoint only Bucket

```shell
npm install @gammarers/aws-secure-vpc-bucket
# or
```
or
```shell
yarn add @gammarers/aws-secure-vpc-bucket
```
or
```shell
pnpm add @gammarers/aws-secure-vpc-bucket
```
or
```shell
bun add @gammarers/aws-secure-vpc-bucket
```

### Python

Expand Down

0 comments on commit 9c9cb37

Please sign in to comment.