Skip to content

Commit 3c2ee5c

Browse files
committed
Merge branch 'DannyS03-basics'
2 parents 60091c9 + be81a92 commit 3c2ee5c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/basics/go/command-line.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: IPFS in Golang
2+
title: "Command-line"
33
description: "A simple walkthrough of how to perform basic IPFS operations using the Kubo command-line."
44
---
55

66
# Basic CLI Operations
77

8-
This short guide aims to walk you through the **basics of using IPFS with the Kubo CLI**. Kubo is [one of multiple IPFS implementations](../ipfs-implementations.md). It is the oldest IPFS implementation and exposes a CLI (among other things).
8+
This short guide aims to walk you through the basics of using IPFS with the Kubo CLI. Kubo is [one of multiple IPFS implementations](ipfs-implementations.md). It is the oldest IPFS implementation and exposes a CLI (among other things).
99

1010
You will learn how to add, retrieve, read, and remove files within the CLI. If you are unsure about the meaning of some terms, you can check out the [glossary](../concepts/glossary.md).
1111

@@ -261,4 +261,3 @@ If we decide that we no longer want to host a file, all we have to do is remove
261261
```
262262
263263
The target file has now been fully removed from your IPFS node and any other files that we did not pin. If the content that was just garbage collected was saved to your computer's local storage, it is still there. If you wish to remove the content from your computer's local storage, you will need to find where it is saved and delete it using the normal deletion method.
264-

0 commit comments

Comments
 (0)