IPFS: Difference between revisions

imported>Onny
m Onny moved page Ipfs to IPFS: Corresponds to the application naming convention
imported>Onny
mNo edit summary
Line 3: Line 3:
== Installation ==
== Installation ==


Install ''kubo'', which is the recommended IPFS client, in your current environment
Install and enable ''kubo'', which is the recommended IPFS implementation


<syntaxhighlight lang="console">
<syntaxhighlight lang="nix">
# nix-env -iA nixos.kubo
services.kubo.enable = true;
</syntaxhighlight>
</syntaxhighlight>