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: docs/install/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,11 @@ description: There are several different ways you can install and interact with
5
5
6
6
# Get Started
7
7
8
-
IPFS is a collection of protocols, packages, and specifications that allow computers to send and receive data. Because of this, users can pick and choose which packages to install when using IPFS. And like shoe sizes, there is no _one-size-fits-all_ solution. A developer building network applications will install a different set of tools than someone who wants to store files on IPFS. Pick the one that best suits what you're here to do.
8
+
IPFS is a collection of protocols, packages, and specifications that allow computers to send and receive data. Because of this, users can interact with and use IPFS in many different ways. A developer building network applications will use a different set of tools to interact with IPFS than than someone who wants to store files on IPFS. Pick the one that best suits what you're here to do.
9
+
10
+
## Publish files to IPFS
11
+
12
+
Are you wanting to quickly and easily publish content to IPFS without using complex tools? See the [Publish to IPFS quickstart](../quickstart/publish.md), where you'll learn about pinning services and the lifecycle of content-addressed data in IPFS by publishing and pinning a file to the IPFS network.
0 commit comments