From 4e821d05f894d5837925e4b2d65fec32f2eaeabf Mon Sep 17 00:00:00 2001 From: Josias Date: Tue, 28 Nov 2023 09:15:10 +0100 Subject: [PATCH] fix bundling instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1249f7a..26d643b 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ As go plugins can be finicky to correctly compile and install, you may want to c > go get github.com/ipfs/go-ds-s3@latest # Add the plugin to the preload list. -> echo -en "\ns3ds github.com/ipfs/go-ds-s3/go-ds-s3-plugin 0" >> plugin/loader/preload_list +> echo -en "\ns3ds github.com/ipfs/go-ds-s3/plugin 0" >> plugin/loader/preload_list # ( this first pass will fail ) Try to build kubo with the plugin > make build