Merge pull request #3 from jac1013/documentation-fix

This commit is contained in:
Shibo Lyu 2023-06-13 09:17:36 +08:00 committed by GitHub
commit cc346035a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ On my blog [_The Base_](https://base.of.sb), I use [Cloudflare R2](https://www.c
```bash
npm install ghos3
mkdir -p ./content/adapters/storage
cp -r ./node_modules/ghos3 ./content/adapters/storage/s3
cp -r ./node_modules/ghos3/* ./content/adapters/storage/s3
```
## Configuration