Skip to content

Commit 4e821d0

Browse files
committedNov 28, 2023
fix bundling instruction
1 parent 413212c commit 4e821d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ As go plugins can be finicky to correctly compile and install, you may want to c
5353
> go get github.com/ipfs/go-ds-s3@latest
5454

5555
# Add the plugin to the preload list.
56-
> echo -en "\ns3ds github.com/ipfs/go-ds-s3/go-ds-s3-plugin 0" >> plugin/loader/preload_list
56+
> echo -en "\ns3ds github.com/ipfs/go-ds-s3/plugin 0" >> plugin/loader/preload_list
5757

5858
# ( this first pass will fail ) Try to build kubo with the plugin
5959
> make build

0 commit comments

Comments
 (0)