From e2f585f36849fdd737e7d655172f65933ef4a6c6 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 10 Nov 2022 11:50:37 -0700 Subject: [PATCH] docs: add --edge to install section (#5767) This adds documentation for the flag `--edge` which we've had for a while but forgot to document. Fixes #5717 Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- docs/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install.md b/docs/install.md index 4b5ab4ffa..5f5a9fcfa 100644 --- a/docs/install.md +++ b/docs/install.md @@ -59,6 +59,7 @@ following flags: - `--prefix=/usr/local`: install a standalone release archive system-wide. - `--version=X.X.X`: install version `X.X.X` instead of latest version. - `--help`: see usage docs. +- `--edge`: install the latest edge version (i.e. pre-release) When done, the install script prints out instructions for running and starting code-server.