From a432a0d69737cacb3400d41019a6cd8dc4f5fa92 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 1 Nov 2022 10:48:32 -0700 Subject: [PATCH] docs: update faq for getting started (#5731) --- docs/FAQ.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 2858f97b9..862f25018 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -32,7 +32,7 @@ - [Does code-server have any security login validation?](#does-code-server-have-any-security-login-validation) - [Are there community projects involving code-server?](#are-there-community-projects-involving-code-server) - [How do I change the port?](#how-do-i-change-the-port) -- [How do I hide the coder/coder promotion?](#how-do-i-hide-the-codercoder-promotion) +- [How do I hide the coder/coder promotion in Help: Getting Started?](#how-do-i-hide-the-codercoder-promotion-in-help-getting-started) @@ -420,6 +420,8 @@ There are two ways to change the port on which code-server runs: 1. with an environment variable e.g. `PORT=3000 code-server` 2. using the flag `--bind-addr` e.g. `code-server --bind-addr localhost:3000` -## How do I hide the coder/coder promotion? +## How do I hide the coder/coder promotion in Help: Getting Started? -You can pass the flag `--disable-getting-started-override` to `code-server`. +You can pass the flag `--disable-getting-started-override` to `code-server` or +you can set the environment variable `CS_DISABLE_GETTING_STARTED_OVERRIDE=1` or +`CS_DISABLE_GETTING_STARTED_OVERRIDE=true`.