Skip to content

Commit

Permalink
fix bundling instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
josiasbruderer committed Nov 28, 2023
1 parent 413212c commit 4e821d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e821d0

Please sign in to comment.