From 8bc7d0afe5a2049ae1f2cf1bb1e6cc1ab0327d73 Mon Sep 17 00:00:00 2001 From: Joseph Arrieta Date: Mon, 12 Jun 2023 16:44:39 -0500 Subject: [PATCH] fix(README.md): update ghos3 installation command to copy all files from node_modules/ghos3 to ./content/adapters/storage/s3 to ensure proper installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 579de8b..876d140 100644 --- a/README.md +++ b/README.md @@ -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