small docs tweak

This commit is contained in:
x032205
2025-11-10 13:04:58 -05:00
parent a17996ca80
commit 2f9007d36f

View File

@@ -262,7 +262,7 @@ The Gateway supports multiple authentication methods. Below are the available au
sudo infisical gateway start --relay=my-relay --name=my-gateway --token=<token>
```
**Note:** If using organization relays or self-hosted instance relays, you must first start a relay server. For Infisical Cloud users using instance relays, the relay infrastructure is already running and managed by Infisical. For more information on deploying relays, refer to the [Relay Deployment Guide](/documentation/platform/gateways/relay-deployment).
**Note:** For Infisical Cloud users using instance relays, the relay infrastructure is already running and managed by Infisical. If using organization relays or self-hosted instance relays, you must first start a relay server. For more information on deploying relays, refer to the [Relay Deployment Guide](/documentation/platform/gateways/relay-deployment).
</Accordion>
@@ -346,7 +346,7 @@ sudo infisical gateway systemd install --token=<token> --domain=<domain> --name=
sudo infisical gateway systemd install --relay=my-relay --token=<token> --name=<name>
```
**Note:** If using organization relays or self-hosted instance relays, you must first start a relay server. For Infisical Cloud users using instance relays, the relay infrastructure is already running and managed by Infisical. For more information on deploying relays, refer to the [Relay Deployment Guide](/documentation/platform/gateways/relay-deployment).
**Note:** For Infisical Cloud users using instance relays, the relay infrastructure is already running and managed by Infisical. If using organization relays or self-hosted instance relays, you must first start a relay server. For more information on deploying relays, refer to the [Relay Deployment Guide](/documentation/platform/gateways/relay-deployment).
</Accordion>
</AccordionGroup>