mirror of
https://github.com/laosb/ghos3.git
synced 2025-04-30 23:51:08 +00:00
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:
parent
2b2d0e01e9
commit
8bc7d0afe5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ On my blog [_The Base_](https://base.of.sb), I use [Cloudflare R2](https://www.c
|
||||||
```bash
|
```bash
|
||||||
npm install ghos3
|
npm install ghos3
|
||||||
mkdir -p ./content/adapters/storage
|
mkdir -p ./content/adapters/storage
|
||||||
cp -r ./node_modules/ghos3 ./content/adapters/storage/s3
|
cp -r ./node_modules/ghos3/* ./content/adapters/storage/s3
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
Loading…
Add table
Reference in a new issue