Skip to content

Commit 4d69baf

Browse files
authored
update readme
1 parent c480426 commit 4d69baf

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Setup code-server
22

3-
## Usage
3+
💻 Install [code-server] to run a local VS Code web instance
44

5-
👇 This demo workflow will install code-server and then start a new VS Code web
6-
IDE instance that you can view using something like [ngrok] or [cloudflared].
7-
Check out the [other @cidebug actions] like [setup-ngrok] or [setup-cloudflared]
5+
## Usage
86

97
```yml
108
on: push
@@ -22,5 +20,8 @@ After code-server has been setup, you can run it like this:
2220
code-server
2321
```
2422

25-
📚 Make sure you check out the code-server documentation for a full account of
23+
📚 Make sure you check out [the code-server documentation] for a full list of
2624
all the options that you can play around with!
25+
26+
[code-server]: https://github.com/coder/code-server
27+
[the code-server documentation]: https://coder.com/docs/code-server/latest/guide

main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -ex
33

44
if [[ $RUNNER_OS == Windows ]]; then
5-
export FORCE_NODE_VERSION=1
5+
export FORCE_NODE_VERSION=18
66
old_script_shell=$(npm config get script-shell)
77
npm config set script-shell 'C:\Program Files\Git\bin\bash.exe'
88
npm install --global "code-server@$INPUT_CODE_SERVER_VERSION" --unsafe-perm

0 commit comments

Comments
 (0)