From ec6ca7a90db5a07b89c5a33928a05f074d1bf6c5 Mon Sep 17 00:00:00 2001 From: Paul Johnston Date: Wed, 14 Oct 2020 16:28:37 -0700 Subject: [PATCH] chore: tweaked wording on install cni doc --- docs/cni.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cni.md b/docs/cni.md index a697994bd2..a6e3463e17 100644 --- a/docs/cni.md +++ b/docs/cni.md @@ -12,9 +12,9 @@ The network and IPAM plugins are designed to work together. The IPAM plugin can This page describes how to setup the CNI plugins manually on Azure IaaS VMs. If you are planning to deploy an ACS cluster, see [ACS](acs.md) instead. ## Install -Copy the plugin package from the [release](https://github.com/Azure/azure-container-networking/releases) share to your Azure VM and extract the contents to the CNI directories. +To install or update, copy the plugin package from the [release](https://github.com/Azure/azure-container-networking/releases) share to your Azure VM and extract the contents to the CNI directories. -You can also install by running the `install-cni-plugin.sh` (Linux) or `install-cni-plugin.ps1` (Windows) scripts provided in the scripts directory of this repository. +You can also do this by running the `install-cni-plugin.sh` (Linux) or `install-cni-plugin.ps1` (Windows) scripts provided in the scripts directory of this repository. ```bash $ scripts/install-cni-plugin.sh [version]