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/command-line.md
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Kubo
3
3
description: Using IPFS Kubo through the command-line allows you to do everything that IPFS Desktop can do, but at a more granular level, since you can specify which commands to run. Learn how to install it here.
4
-
current-ipfs-version: v0.24.0
4
+
current-ipfs-version: v0.26.0
5
5
---
6
6
7
7
# Install IPFS Kubo
@@ -31,7 +31,7 @@ Kubo runs on most Windows, MacOS, Linux, FreeBSD and OpenBSD systems that meet t
31
31
32
32
Note the following:
33
33
- The amount of disk space your IPFS installation uses depends on how much data you're sharing. A base installation uses around 12MB of disk space.
34
-
- You can enable automatic garbage collection via [--enable-gc](../reference/kubo/cli.md#ipfs-daemon) and adjust using [default maximum disk storage](https://github.com/ipfs/kubo/blob/v0.24.0/docs/config.md#datastorestoragemax) for data retrieved from other peers.
34
+
- You can enable automatic garbage collection via [--enable-gc](../reference/kubo/cli.md#ipfs-daemon) and adjust using [default maximum disk storage](https://github.com/ipfs/kubo/blob/v0.26.0/docs/config.md#datastorestoragemax) for data retrieved from other peers.
35
35
36
36
### Kubo on resource-constrained systems
37
37
@@ -72,27 +72,27 @@ For installation instructions for your operating system, select the appropriate
72
72
1. Download the Windows binary from [`dist.ipfs.tech`](https://dist.ipfs.tech/#kubo).
@@ -306,7 +306,7 @@ For installation instructions for your operating system, select the appropriate
306
306
```bash
307
307
ipfs --version
308
308
309
-
> ipfs version 0.24.0
309
+
> ipfs version 0.26.0
310
310
```
311
311
312
312
:::
@@ -318,7 +318,7 @@ For installation instructions for your operating system, select the appropriate
318
318
319
319
## Build Kubo from source
320
320
321
-
For the current instructions on how to manually download, compile and build Kubo from source, see the [Build from Source](https://github.com/ipfs/kubo/blob/v0.24.0/README.md#build-from-source) section in the Kubo repository.
321
+
For the current instructions on how to manually download, compile and build Kubo from source, see the [Build from Source](https://github.com/ipfs/kubo/blob/v0.26.0/README.md#build-from-source) section in the Kubo repository.
322
322
323
323
## Determining which node to use with the command line
0 commit comments