mirror of https://github.com/coder/code-server.git
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>
This commit is contained in:
parent
3367e1ad4e
commit
e2f585f368
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue