mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-15 03:03:08 +08:00
232 B
232 B
Building on Windows
Build
Fuse is not supported for Windows, so you need to build IPFS without Fuse:
go build -tags nofuse ./cmd/ipfs
TODO
Add more instructions on setting up the golang environment on Windows