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
+27-27Lines changed: 27 additions & 27 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.18.1
4
+
current-ipfs-version: v0.19.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.18.1/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.19.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).
> Ensure that you download and install the appropriate binary, as the binary for an Intel-based system won't work on a system with Apple Silicon, and vice-versa.
167
167
168
-
-_If you are using hardware with Apple Silicon, download the `darwin-arm64` binary._ For example, to download the IPFS binary for `Kubo v0.18.1` for an Apple-based system, run the following command:
168
+
-_If you are using hardware with Apple Silicon, download the `darwin-arm64` binary._ For example, to download the IPFS binary for `Kubo v0.19.0` for an Apple-based system, run the following command:
- _If you are using hardware with an Intel Processor, download the `darwin-amd64` binary._ For example, to download the IPFS binary for`Kubo v0.18.1`for an Intel-based system, run the following command:
174
+
- _If you are using hardware with an Intel Processor, download the `darwin-amd64` binary._ For example, to download the IPFS binary for`Kubo v0.19.0`for an Intel-based system, run the following command:
@@ -359,7 +359,7 @@ For installation instructions for your operating system, select the appropriate
359
359
```bash
360
360
ipfs --version
361
361
362
-
> ipfs version 0.18.1
362
+
> ipfs version 0.19.0
363
363
```
364
364
365
365
:::
@@ -371,7 +371,7 @@ For installation instructions for your operating system, select the appropriate
371
371
372
372
## Build Kubo from source
373
373
374
-
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.18.1/README.md#build-from-source) section in the Kubo repository.
374
+
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.19.0/README.md#build-from-source) section in the Kubo repository.
375
375
376
376
## Determining which node to use with the command line
Copy file name to clipboardExpand all lines: docs/install/server-infrastructure.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: IPFS Cluster
3
3
description: IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating, and tracking a global pin-set distributed among multiple peers. Learn how to install it here.
4
-
current-ipfs-cluster-version: v1.0.5
4
+
current-ipfs-cluster-version: v1.0.6
5
5
---
6
6
7
7
# Set up server infrastructure with IPFS Cluster
@@ -73,13 +73,13 @@ If you're having issues installing or using Docker or Docker-Compose, see the [o
73
73
1. Download the latest `ipfs-cluster-ctl` package from [dist.ipfs.tech](https://dist.ipfs.tech/#ipfs-cluster-ctl):
tar xvzf ipfs-cluster-ctl_v1.0.5_linux-amd64.tar.gz
82
+
tar xvzf ipfs-cluster-ctl_v1.0.6_linux-amd64.tar.gz
83
83
84
84
> ipfs-cluster-ctl/ipfs-cluster-ctl
85
85
> ipfs-cluster-ctl/LICENSE
@@ -88,10 +88,10 @@ If you're having issues installing or using Docker or Docker-Compose, see the [o
88
88
> ipfs-cluster-ctl/README.md
89
89
```
90
90
91
-
1. Download the [`docker-compose.yml` file](https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.0.5/docker-compose.yml) and place it into the `ipfs-cluster-ctl` directory:
91
+
1. Download the [`docker-compose.yml` file](https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.0.6/docker-compose.yml) and place it into the `ipfs-cluster-ctl` directory:
0 commit comments