1
0
forked from x/icebergs
icebergs/misc/coder/coder.shy
2022-06-03 01:11:09 +08:00

15 lines
372 B
Plaintext

chapter "codeserver"
refer `
https://coder.com/
https://github.com/coder/code-server/
https://github.com/microsoft/vscode
https://code.visualstudio.com/
`
spark shell `
wget https://github.com/coder/code-server/releases/download/v4.4.0/code-server-4.4.0-linux-amd64.tar.gz
tar xvf code-server-4.4.0-linux-amd64.tar.gz
cd code-server-4.4.0-linux-amd64
./bin/code-server
`