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
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ This guide describes the available installation processes for IPFS Kubo, a Go-ba
10
10
11
11
- Runs an IPFS-Node as a network service that is part of LAN and WAN ([Amino](https://probelab.io/ipfs/amino/)) DHT
12
12
-[HTTP Gateway](https://specs.ipfs.tech/http-gateways/) (`/ipfs` and `/ipns`) functionality for trusted and [trustless](https://docs.ipfs.tech/reference/http/gateway/#trustless-verifiable-retrieval) content retrieval
13
-
-[HTTP Routing V1](https://specs.ipfs.tech/routing/http-routing-v1/) (`/routing/v1`) client and server implementation for [delegated routing](./docs/delegated-routing.md) lookups
13
+
-[HTTP Routing V1](https://specs.ipfs.tech/routing/http-routing-v1/) (`/routing/v1`) client and server implementation for [delegated routing](https://github.com/ipfs/kubo/blob/master/docs/delegated-routing.md) lookups
14
14
-[HTTP Kubo RPC API](https://docs.ipfs.tech/reference/kubo/rpc/) (`/api/v0`) to access and control the daemon
15
15
-[Command Line Interface](https://docs.ipfs.tech/reference/kubo/cli/) (`ipfs --help`) based on (`/api/v0`) RPC API
16
16
-[WebUI](https://github.com/ipfs/ipfs-webui/#readme) to manage the Kubo node
17
-
-[Content blocking](/docs/content-blocking.md) support for operators of public nodes
17
+
-[Content blocking](https://github.com/ipfs/kubo/blob/master/docs/content-blocking.md) support for operators of public nodes
18
18
- Binaries for Windows, MacOS, Linux, FreeBSD and OpenBSD
19
19
20
20
Installing Kubo in the command line is handy for many use cases, such as building applications and services on top of an IPFS node, or setting up a node without a user interface (which is usually the case with remote servers or virtual machines).
@@ -63,7 +63,7 @@ Binaries are available for the following operating systems:
63
63
| OS | 64-bit | ARM | ARM-64 |
64
64
|---------|--------|-----|--------|
65
65
| Linux | Yes | Yes | Yes |
66
-
| Windows | Yes | No |No |
66
+
| Windows | Yes | No |Yes|
67
67
| macOS | Yes | No | Yes |
68
68
| FreeBSD | Yes | Yes | No |
69
69
| OpenBSD | Yes | Yes | No |
@@ -347,9 +347,9 @@ When an IPFS command executes without parameters, the CLI client checks whether
347
347
348
348
::: tip
349
349
350
-
If you plan to expose safe subset of RPC API to the public internet with TLS encryption and HTTP authentication, check out the [TLS and HTTP Auth for Kubo with Caddy](../../how-to/kubo-rpc-tls-auth.md) guide.
350
+
If you plan to expose safe subset of RPC API to the public internet with TLS encryption and HTTP authentication, check out the [TLS and HTTP Auth for Kubo with Caddy](../how-to/kubo-rpc-tls-auth.md) guide.
351
351
352
-
If you are looking for an interface designed for browsers and public internet, with [proper HTTP Cache Control](https://specs.ipfs.tech/http-gateways/path-gateway/#cache-control-response-header), consider implementation-agnostic [HTTP Gateway](../../reference/http/gateway.md) instead.
352
+
If you are looking for HTTP Retrieval iinterface designed for browsers and public internet, with [proper HTTP Cache Control](https://specs.ipfs.tech/http-gateways/path-gateway/#cache-control-response-header), see implementation-agnostic [HTTP Gateway](../reference/http/gateway.md) instead.
353
353
354
354
:::
355
355
@@ -366,4 +366,3 @@ You can use `mkdir -p ~/.ipfs && echo "/ip4/<ip>/tcp/<rpc-port>" > ~/.ipfs/api`
366
366
Now that you've installed IPFS Kubo:
367
367
368
368
- Check out the [IPFS Kubo Tutorial in Guides](../how-to/command-line-quick-start.md), which will guide you through taking a Kubo node online and interacting with the network.
369
-
- Learn how to quickly install, uninstall, upgrade and downgrade Kubo using [ipfs-update](../how-to/ipfs-updater.md).
0 commit comments