From 4d836a70f67e3baef77eea33f1b644d67afebf8d Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Tue, 22 Feb 2022 09:21:17 +0100 Subject: [PATCH] docs: update quickstart git clones the repo by default in the `nfs` directory, not `root` Closes: https://github.com/rook/nfs/issues/44 Signed-off-by: Rene Luria --- Documentation/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/quickstart.md b/Documentation/quickstart.md index 580d56e10..b3e906487 100644 --- a/Documentation/quickstart.md +++ b/Documentation/quickstart.md @@ -28,7 +28,7 @@ First deploy the Rook NFS operator using the following commands: ```console $ git clone --single-branch --branch {{ branchName }} https://github.com/rook/nfs.git -cd rook/cluster/examples/kubernetes/nfs +cd nfs/cluster/examples/kubernetes/nfs kubectl create -f crds.yaml kubectl create -f operator.yaml ```