Skip to content

Commit 7912809

Browse files
docs: move README into docs
Move README into docs
2 parents 4b0dd07 + 010c1d8 commit 7912809

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

ci/build/build-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ main() {
2222
bundle_code_server
2323
bundle_vscode
2424

25-
rsync README.md "$RELEASE_PATH"
25+
rsync ./docs/README.md "$RELEASE_PATH"
2626
rsync LICENSE.txt "$RELEASE_PATH"
2727
rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"
2828
}

README.md renamed to docs/README.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# code-server · [!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/cdr/code-server/discussions) [!["Join us on Slack"](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=brightgreen)](https://cdr.co/join-community) [![Twitter Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq)
1+
# code-server
22

3-
[![codecov](https://codecov.io/gh/cdr/code-server/branch/main/graph/badge.svg?token=5iM9farjnC)](https://codecov.io/gh/cdr/code-server)
4-
[![See latest docs](https://img.shields.io/static/v1?label=Docs&message=see%20latest%20&color=blue)](https://github.com/cdr/code-server/tree/v3.10.2/docs)
3+
[!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/cdr/code-server/discussions) [!["Join us on Slack"](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=brightgreen)](https://cdr.co/join-community) [![Twitter Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) [![codecov](https://codecov.io/gh/cdr/code-server/branch/main/graph/badge.svg?token=5iM9farjnC)](https://codecov.io/gh/cdr/code-server) [![See latest docs](https://img.shields.io/static/v1?label=Docs&message=see%20latest%20&color=blue)](https://github.com/cdr/code-server/tree/v3.10.2/docs)
54

65
Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and access it in the browser.
76

8-
![Screenshot](./docs/assets/screenshot.png)
7+
![Screenshot](./assets/screenshot.png)
98

109
## Highlights
1110

@@ -20,14 +19,14 @@ For a good experience, we recommend at least:
2019
- 1 GB of RAM
2120
- 2 cores
2221

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.
2423

2524
## Getting Started
2625

2726
There are three ways you can get started:
2827

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
3130
3. Use our one-click buttons and guides to [deploy code-server to a popular cloud provider](https://github.com/cdr/deploy-code-server)
3231

3332
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
4443

4544
When done, the install script prints out instructions for running and starting code-server.
4645

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.
4847

4948
### code-server --link
5049

@@ -62,11 +61,11 @@ Proxying code-server, you can access your IDE at https://valmar-jon.cdr.co
6261

6362
## FAQ
6463

65-
See [./docs/FAQ.md](./docs/FAQ.md).
64+
See [./FAQ.md](./FAQ.md).
6665

6766
## Want to help?
6867

69-
See [CONTRIBUTING](./docs/CONTRIBUTING.md) for details.
68+
See [CONTRIBUTING](./CONTRIBUTING.md) for details.
7069

7170
## Hiring
7271

0 commit comments

Comments
 (0)