File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ v$VERSION
1515
1616VS Code v$( vscode_version)
1717
18+ Upgrading is as easy as installing the new version over the old one. code-server
19+ maintains all user data in \` ~/.local/share/code-server\` so that it is preserved in between
20+ installations.
21+
1822## New Features
1923 - ⭐ Summarize new features here with references to issues
2024
Original file line number Diff line number Diff line change 22<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33# Install
44
5+ - [ Upgrading] ( #upgrading )
56- [ install.sh] ( #installsh )
67 - [ Flags] ( #flags )
78 - [ Detection Reference] ( #detection-reference )
1920This document demonstrates how to install ` code-server ` on
2021various distros and operating systems.
2122
23+ ## Upgrading
24+
25+ When upgrading you can just install the new version over the old one. code-server
26+ maintains all user data in ` ~/.local/share/code-server ` so that it is preserved in between
27+ installations.
28+
2229## install.sh
2330
2431We have a [ script] ( ../install.sh ) to install code-server for Linux, macOS and FreeBSD.
You can’t perform that action at this time.
0 commit comments