You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+9-10
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
-
# code-server·[](https://github.com/cdr/code-server/discussions)[](https://cdr.co/join-community)[](https://twitter.com/coderhq)
[](https://github.com/cdr/code-server/discussions)[](https://cdr.co/join-community)[](https://twitter.com/coderhq)[](https://codecov.io/gh/cdr/code-server)[](https://github.com/cdr/code-server/tree/v3.10.2/docs)
5
4
6
5
Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and access it in the browser.
7
6
8
-

7
+

9
8
10
9
## Highlights
11
10
@@ -20,14 +19,14 @@ For a good experience, we recommend at least:
20
19
- 1 GB of RAM
21
20
- 2 cores
22
21
23
-
You can use whatever linux distribution floats your boat but in our [guide](./docs/guide.md) we assume Debian on Google Cloud.
22
+
You can use whatever linux distribution floats your boat but in our [guide](./guide.md) we assume Debian on Google Cloud.
24
23
25
24
## Getting Started
26
25
27
26
There are three ways you can get started:
28
27
29
-
1. Using the [install script](./install.sh), which automates most of the process. The script uses the system package manager (if possible)
30
-
2. Manually installing code-server; see [Installation](./docs/install.md) for instructions applicable to most use cases
28
+
1. Using the [install script](https://github.com/cdr/code-server/blob/main/install.sh), which automates most of the process. The script uses the system package manager (if possible)
29
+
2. Manually installing code-server; see [Installation](./install.md) for instructions applicable to most use cases
31
30
3. Use our one-click buttons and guides to [deploy code-server to a popular cloud provider](https://github.com/cdr/deploy-code-server) ⚡
32
31
33
32
If you choose to use the install script, you can preview what occurs during the install process:
@@ -44,7 +43,7 @@ curl -fsSL https://code-server.dev/install.sh | sh
44
43
45
44
When done, the install script prints out instructions for running and starting code-server.
46
45
47
-
We also have an in-depth [setup and configuration](./docs/guide.md) guide.
46
+
We also have an in-depth [setup and configuration](./guide.md) guide.
48
47
49
48
### code-server --link
50
49
@@ -62,11 +61,11 @@ Proxying code-server, you can access your IDE at https://valmar-jon.cdr.co
62
61
63
62
## FAQ
64
63
65
-
See [./docs/FAQ.md](./docs/FAQ.md).
64
+
See [./FAQ.md](./FAQ.md).
66
65
67
66
## Want to help?
68
67
69
-
See [CONTRIBUTING](./docs/CONTRIBUTING.md) for details.
68
+
See [CONTRIBUTING](./CONTRIBUTING.md) for details.
0 commit comments