doc: Add note on upgrading into release notes and install.md

Closes #1652
Closes #2221
This commit is contained in:
Anmol Sethi 2020-11-23 21:07:02 -05:00
parent fb63c0cd22
commit f74f1721e6
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB
2 changed files with 11 additions and 0 deletions

View File

@ -15,6 +15,10 @@ v$VERSION
VS Code v$(vscode_version)
Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in \`~/.local/share/code-server\` so that it is preserved in between
installations.
## New Features
- ⭐ Summarize new features here with references to issues

View File

@ -2,6 +2,7 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
# Install
- [Upgrading](#upgrading)
- [install.sh](#installsh)
- [Flags](#flags)
- [Detection Reference](#detection-reference)
@ -19,6 +20,12 @@
This document demonstrates how to install `code-server` on
various distros and operating systems.
## Upgrading
When upgrading you can just install the new version over the old one. code-server
maintains all user data in `~/.local/share/code-server` so that it is preserved in between
installations.
## install.sh
We have a [script](../install.sh) to install code-server for Linux, macOS and FreeBSD.