You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ You can set `IPFS_VERSION` to:
29
29
30
30
*`vX.Y.Z` to build against that version of IPFS.
31
31
*`$commit` or `$branch` to build against a specific go-ipfs commit or branch.
32
+
* Note: if building against a commit or branch make sure to build that commit/branch using the -trimpath flag. For example getting the binary via `go get -trimpath github.com/ipfs/go-ipfs/cmd/ipfs@COMMIT`
32
33
*`/absolute/path/to/source` to build against a specific go-ipfs checkout.
0 commit comments