diff --git a/website/content/docs/install/index.mdx b/website/content/docs/install/index.mdx
index cb5125877..662822700 100644
--- a/website/content/docs/install/index.mdx
+++ b/website/content/docs/install/index.mdx
@@ -233,12 +233,15 @@ net.bridge.bridge-nf-call-iptables = 1
Install `consul-cni` for Service Mesh
If the `transparent_proxy` block is used for Consul Service Mesh, then the
-`consul-cni` CNI Plugin must be installed to redirect outbound traffic to
-the Envoy proxy.
+`consul-cni` CNI Plugin must be installed on each client node to redirect inbound
+and outbound traffic for services to the Envoy proxy. The following commands
+assume that the linux packages repositories have already been added using `apt` or
+`yum`.
+
Install the `consul-cni` plugin on each client node.
```shell-session