From fe170d45ab1f20cfeec2e8353b718c65d5d2efac Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Fri, 15 Mar 2024 14:34:30 -0700 Subject: [PATCH] Update README.md Co-authored-by: Asher --- code-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-server/README.md b/code-server/README.md index c1ccebf..55c4bbd 100644 --- a/code-server/README.md +++ b/code-server/README.md @@ -82,7 +82,7 @@ module "code-server" { ### Offline Mode -Just run code-server in the background, don't fetch it from GitHub: +Run an existing copy of code-server if found, otherwise download from GitHub. By default the module looks for code-server at `/tmp/code-server` but this can be changed with `install_prefix`. ```tf module "code-server" {