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

Commit f6cd31b

Browse files
committed
chore(docs): update readme (add pnpm & bun)
1 parent 97c5df7 commit f6cd31b

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,24 @@ An AWS CDK construct library to create secure S3 buckets for CloudFront origin.
1515

1616
### TypeScript
1717

18+
#### install by npm
19+
1820
```shell
1921
npm install @gammarers/aws-secure-cloudfront-origin-bucket
20-
# or
22+
```
23+
#### install by yarn
24+
25+
```shell
2126
yarn add @gammarers/aws-secure-cloudfront-origin-bucket
22-
# or
27+
```
28+
#### install by pnpm
29+
30+
```shell
2331
pnpm add @gammarers/aws-secure-cloudfront-origin-bucket
24-
# or
32+
```
33+
#### install by bun
34+
35+
```shell
2536
bun add @gammarers/aws-secure-cloudfront-origin-bucket
2637
```
2738

0 commit comments

Comments
 (0)