File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ v$VERSION
15
15
16
16
VS Code v$( vscode_version)
17
17
18
+ See [upgrading](doc/install.md#upgrading) to upgrade.
19
+
18
20
## New Features
19
21
- ⭐ Summarize new features here with references to issues
20
22
Original file line number Diff line number Diff line change 2
2
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
3
# Install
4
4
5
+ - [ Upgrading] ( #upgrading )
5
6
- [ install.sh] ( #installsh )
6
7
- [ Flags] ( #flags )
7
8
- [ Detection Reference] ( #detection-reference )
19
20
This document demonstrates how to install ` code-server ` on
20
21
various distros and operating systems.
21
22
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 a separate directory so that it is preserved in between
27
+ installations.
28
+
22
29
## install.sh
23
30
24
31
We 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