From c09af2877e0205449b5f046ddddf95e7afce6a2d Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 13 May 2024 23:45:43 +0200 Subject: [PATCH] fix: remove orphan paragraph it seems this is a left-over from old version of the page introduced in https://github.com/ipfs/ipfs-docs/commit/10514163a34ee3a9d6e78eeeb9b610bd8d0ed2ab but no longer makes sense, especially under IPFS Desktop section removing this seems like the best course of action --- docs/install/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/install/README.md b/docs/install/README.md index 3b64367f9..44b31179c 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -15,8 +15,6 @@ Do you want to quickly and easily publish content with IPFS without complex tool Anyone can use IPFS to store files in a _decentralized_ way. The easiest way to get up and running is by installing the IPFS Desktop application. This app has Kubo built-in and lets you interact with the network through a simple user-interface. [Check it out →](./ipfs-desktop.md) -For long-term storage, users can use the Filecoin network! Filecoin is a peer-to-peer network that stores files on the internet, with built-in economic incentives to ensure files are stored reliably over time. Available storage and pricing are not controlled by any single company. Instead, Filecoin facilitates open markets for storing and retrieving files that anyone can participate in. Learn more over on the [Filecoin docs website.](https://docs.filecoin.io/) - ## IPFS Kubo Node and CLI Want to build decentralized applications and store your application data on IPFS? You'll likely want to install the command-line version of IPFS. There's no GUI to deal with, just raw input and output through your terminal. [Find out more →](./command-line.md)