Skip to content

Commit

Permalink
Merge pull request #279 from chixodo-xyz/fix/bundling-instruction
Browse files Browse the repository at this point in the history
fix bundling instruction
  • Loading branch information
hsanjuan authored Nov 28, 2023
2 parents 413212c + 4e821d0 commit 4b97464
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 4b97464

Please sign in to comment.