From 940a60e3663a2df88fede97246e1cd2b22ab3c55 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 9 Nov 2022 14:37:14 -0700 Subject: [PATCH] docs: add --edge to install section This adds documentation for the flag `--edge` which we've had for a while but forgot to document. Fixes #5717 --- docs/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install.md b/docs/install.md index 4b5ab4ffa994..5f5a9fcfa7ec 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.