1
0
forked from x/icebergs
icebergs/misc/coder/coder.shy
2022-06-04 10:45:18 +08:00

16 lines
438 B
Plaintext

chapter "codeserver"
refer `
https://coder.com/
https://github.com/coder/code-server/
https://github.com/microsoft/vscode
https://code.visualstudio.com/
https://geek-docs.com/vscode/vscode-tutorials/what-is-vscode.html
`
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
`