From 008cc8ac329a2723ad9e62e794a6ae05f2be5e87 Mon Sep 17 00:00:00 2001 From: JiHoon Bae Date: Sat, 9 Nov 2024 14:38:27 +0900 Subject: [PATCH] feat: improve document okteto version not latest --- contribute/developer-guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute/developer-guide/README.md b/contribute/developer-guide/README.md index 077615a90..cccdedcd2 100644 --- a/contribute/developer-guide/README.md +++ b/contribute/developer-guide/README.md @@ -204,7 +204,7 @@ Follow the steps provided below to setup okteto & test the experiment execution. - Install the Okteto CLI ``` - curl https://get.okteto.com -sSfL | sh + curl https://get.okteto.com -sSfL | OKTETO_VERSION=2.31.0 sh ``` - (Optional) Create a sample nginx deployment that can be used as the application under test (AUT).