Skip to content

Commit b509063

Browse files
committed
v3.5.0
1 parent 1a82b21 commit b509063

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/install.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@ commands presented in the rest of this document.
7979
## Debian, Ubuntu
8080

8181
```bash
82-
curl -fOL https://github.com/cdr/code-server/releases/download/v3.4.1/code-server_3.4.1_amd64.deb
83-
sudo dpkg -i code-server_3.4.1_amd64.deb
82+
curl -fOL https://github.com/cdr/code-server/releases/download/v3.5.0/code-server_3.5.0_amd64.deb
83+
sudo dpkg -i code-server_3.5.0_amd64.deb
8484
sudo systemctl enable --now code-server@$USER
8585
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
8686
```
8787

8888
## Fedora, CentOS, RHEL, SUSE
8989

9090
```bash
91-
curl -fOL https://github.com/cdr/code-server/releases/download/v3.4.1/code-server-3.4.1-amd64.rpm
92-
sudo rpm -i code-server-3.4.1-amd64.rpm
91+
curl -fOL https://github.com/cdr/code-server/releases/download/v3.5.0/code-server-3.5.0-amd64.rpm
92+
sudo rpm -i code-server-3.5.0-amd64.rpm
9393
sudo systemctl enable --now code-server@$USER
9494
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
9595
```
@@ -158,10 +158,10 @@ Here is an example script for installing and using a standalone `code-server` re
158158

159159
```bash
160160
mkdir -p ~/.local/lib ~/.local/bin
161-
curl -fL https://github.com/cdr/code-server/releases/download/v3.4.1/code-server-3.4.1-linux-amd64.tar.gz \
161+
curl -fL https://github.com/cdr/code-server/releases/download/v3.5.0/code-server-3.5.0-linux-amd64.tar.gz \
162162
| tar -C ~/.local/lib -xz
163-
mv ~/.local/lib/code-server-3.4.1-linux-amd64 ~/.local/lib/code-server-3.4.1
164-
ln -s ~/.local/lib/code-server-3.4.1/bin/code-server ~/.local/bin/code-server
163+
mv ~/.local/lib/code-server-3.5.0-linux-amd64 ~/.local/lib/code-server-3.5.0
164+
ln -s ~/.local/lib/code-server-3.5.0/bin/code-server ~/.local/bin/code-server
165165
PATH="~/.local/bin:$PATH"
166166
code-server
167167
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-server",
33
"license": "MIT",
4-
"version": "3.4.1",
4+
"version": "3.5.0",
55
"description": "Run VS Code on a remote server.",
66
"homepage": "https://github.com/cdr/code-server",
77
"bugs": {

0 commit comments

Comments
 (0)