From 42e1f4b632f828fac627598a525a86d14a8f0034 Mon Sep 17 00:00:00 2001 From: NightsWatch Date: Wed, 6 Dec 2023 14:46:26 +0800 Subject: [PATCH] Update quick-start.md --- doc/en/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/quick-start.md b/doc/en/quick-start.md index f48eb17..20eb91f 100644 --- a/doc/en/quick-start.md +++ b/doc/en/quick-start.md @@ -208,7 +208,7 @@ No resources found ~~The csi-node depends on `nvme` command-line tool to connect remote targets. Run following commands to install nvme client.~~ `nvme` client is installed in CSI base image. If you want to override the `nvme` command in container, you could run the following commands. -CSI-node checks file `/home/admin/nvmeof/bin/nvme` at first priority, then looks for `nvme` in PATH. +CSI-node checks the file `/home/admin/nvmeof/bin/nvme` first, then looks for `nvme` in PATH. ``` # prepare your own nvme client and copy to /home/admin/nvmeof/bin/nvme