Skip to content

Commit ef56dee

Browse files
authored
Remove outdated instruction on Kubo quick start (ipfs#1383)
1 parent 50b5777 commit ef56dee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/install/command-line.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,14 @@ Note the following:
3535

3636
### Kubo on resource-constrained systems
3737

38-
If you are running Kubo on a resource-constrained system (such as a Raspberry Pi), you should complete the following steps:
39-
40-
1. Install OpenSSL and rebuild Kubo manually with `make build GOTAGS=openssl`. See the [download and compile](https://github.com/ipfs/kubo/blob/v0.18.0/README.md#download-and-compile-ipfs) section for more information on compiling Kubo.
41-
1. Initialize your daemon with the `lowpower` profile. This reduces daemon overhead on the system but may degrade performance of content discovery and data fetching.
38+
If you are running Kubo on a resource-constrained system (such as a Raspberry Pi), you should initialize your daemon with the `lowpower` profile.
4239

4340
```bash
4441
ipfs init --profile=lowpower
4542
```
4643

44+
This reduces daemon overhead on the system but may degrade content discovery and data fetching performance.
45+
4746
## Install official binary distributions
4847

4948
This section describes how to download and install the Kubo binary from `dist.ipfs.tech` on Windows, MacOS, Linux, FreeBSD and OpenBSD operating systems. The IPFS team publishes the latest, official prebuilt Kubo binaries on the [dist.ipfs.tech website](https://dist.ipfs.tech#kubo). New IPFS Kubo binary releases are automatically shown on the Kubo page on `dist.ipfs.tech`.

0 commit comments

Comments
 (0)