Skip to content

Commit 4a3fa71

Browse files
committed
Update install URL
Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
1 parent 36946f7 commit 4a3fa71

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs.feldera.com/docs/interface/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It allows you to create, manage, and monitor pipelines. It also features an inte
99
### Quick Install (Linux)
1010

1111
```bash
12-
curl -fsSL https://feldera.com/install | bash
12+
curl -fsSL https://feldera.com/install-fda | bash
1313
```
1414

1515
| Supported platforms |
@@ -27,13 +27,13 @@ Since `fda` is a single binary, you can update or install older versions by re-r
2727
To install a specific version, pass the release git tag to the install script:
2828

2929
```bash
30-
curl -fsSL https://feldera.com/install | FDA_VERSION=v0.247.0 bash
30+
curl -fsSL https://feldera.com/install-fda | FDA_VERSION=v0.247.0 bash
3131
```
3232

3333
To install to a custom directory:
3434

3535
```bash
36-
curl -fsSL https://feldera.com/install | FDA_VERSION=v0.247.0 FELDERA_INSTALL=/opt/feldera bash
36+
curl -fsSL https://feldera.com/install-fda | FDA_VERSION=v0.247.0 FELDERA_INSTALL=/opt/feldera bash
3737
```
3838

3939
### Using Cargo (Windows, MacOS)

docs.feldera.com/static/install-fda

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/sh
22
# Feldera fda CLI installer
33
# Usage:
4-
# curl -fsSL https://feldera.com/install | bash
5-
# curl -fsSL https://feldera.com/install | FDA_VERSION=v0.247.0 bash
6-
# curl -fsSL https://feldera.com/install | FELDERA_INSTALL=/opt/feldera bash
4+
# curl -fsSL https://feldera.com/install-fda | bash
5+
# curl -fsSL https://feldera.com/install-fda | FDA_VERSION=v0.247.0 bash
6+
# curl -fsSL https://feldera.com/install-fda | FELDERA_INSTALL=/opt/feldera bash
77

88
set -eu
99

0 commit comments

Comments
 (0)