fix(README.md): update ghos3 installation command to copy all files from node_modules/ghos3 to ./content/adapters/storage/s3 to ensure proper installation

This commit is contained in:
Joseph Arrieta 2023-06-12 16:44:39 -05:00
parent 2b2d0e01e9
commit 8bc7d0afe5

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