Skip to content

Commit dd0eee2

Browse files
committed
Update vanity link to be Swarm specific
This will help with other installation options that may be offered in the future, by isolating namespaces.
1 parent 1918916 commit dd0eee2

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/installation/installation-advanced.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To skip wallet setup, run the following command:
1818

1919
```bash
2020
export VOINETWORK_SKIP_WALLET_SETUP=1
21-
/bin/bash -c "$(curl -fsSL https://get.voi.network/install)"
21+
/bin/bash -c "$(curl -fsSL https://get.voi.network/swarm)"
2222
```
2323

2424
## Setting a Custom Telemetry Name as Part of Installation (advanced)
@@ -34,7 +34,7 @@ This would typically be done if you are automating the installation process.
3434

3535
```bash
3636
export VOINETWORK_TELEMETRY_NAME="my_custom_telemetry_name"
37-
/bin/bash -c "$(curl -fsSL https://get.voi.network/install)"
37+
/bin/bash -c "$(curl -fsSL https://get.voi.network/swarm)"
3838
```
3939

4040
A custom telemetry name can be combined with other environment variables.

docs/installation/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and where we have automated as much as possible.
99
To set up a new Voi node, run the following command:
1010

1111
```bash
12-
/bin/bash -c "$(curl -fsSL https://get.voi.network/install)"
12+
/bin/bash -c "$(curl -fsSL https://get.voi.network/swarm)"
1313
```
1414

1515
## Using an Existing Account/Address with Mnemonic
@@ -22,7 +22,7 @@ To import your account and set up a new Voi node, run the following command:
2222

2323
```bash
2424
export VOINETWORK_IMPORT_ACCOUNT=1
25-
/bin/bash -c "$(curl -fsSL https://get.voi.network/install)"
25+
/bin/bash -c "$(curl -fsSL https://get.voi.network/swarm)"
2626
```
2727

2828
???+ info

docs/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Install Voi Swarm on your server by importing your existing wallet using your mn
66

77
```bash
88
export VOINETWORK_IMPORT_ACCOUNT=1
9-
/bin/bash -c "$(curl -fsSL https://get.voi.network/install)"
9+
/bin/bash -c "$(curl -fsSL https://get.voi.network/swarm)"
1010
```
1111

1212
=== "Installing on same server"

docs/notification-guides/notification-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ First, we need to make sure that Voi Swarm picks up your changes to notification
66
To do this, rerun the installation script:
77

88
```bash
9-
/bin/bash -c "$(curl -fsSL https://get.voi.network/install)"
9+
/bin/bash -c "$(curl -fsSL https://get.voi.network/swarm)"
1010
```
1111

1212
After the script has run and applied changes to the environment, we need to send a test notification to make sure

docs/operating/participation-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To keep your participation key up-to-date, you can run the installation script a
88
if your current key is expected to expire within the next 14 days.
99

1010
```bash
11-
/bin/bash -c "$(curl -fsSL https://get.voi.network/install)"
11+
/bin/bash -c "$(curl -fsSL https://get.voi.network/swarm)"
1212
```
1313

1414
!!! tip

docs/operating/setup-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The format of the schedule is following the [CRON format](https://pkg.go.dev/git
4646
To apply your notification configuration to the stack, rerun the installation script:
4747

4848
```bash
49-
/bin/bash -c "$(curl -fsSL https://get.voi.network/install)"
49+
/bin/bash -c "$(curl -fsSL https://get.voi.network/swarm)"
5050
```
5151

5252
## Testing Your Notification Configuration

docs/updating/swarm-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ To update the Voi Swarm package, you can run the installation script again. This
66
latest version, including Docker configuration and utility commands.
77

88
```bash
9-
/bin/bash -c "$(curl -fsSL https://get.voi.network/install)"
9+
/bin/bash -c "$(curl -fsSL https://get.voi.network/swarm)"
1010
```

0 commit comments

Comments
 (0)