-
Notifications
You must be signed in to change notification settings - Fork 6k
Docs copyedits: README.md + CONTRIBUTING.md #2242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,72 +6,58 @@ Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and a | |
|
||
## Highlights | ||
|
||
- **Code everywhere** | ||
- Code on your Chromebook, tablet, and laptop with a consistent development environment. | ||
- Develop on a Linux machine and pick up from any device with a web browser. | ||
- **Server-powered** | ||
- Take advantage of large cloud servers to speed up tests, compilations, downloads, and more. | ||
- Preserve battery life when you're on the go as all intensive tasks run on your server. | ||
- Make use of a spare computer you have lying around and turn it into a full development environment. | ||
- Code on any device with a consistent development environment | ||
- Use cloud servers to speed up tests, compilations, downloads, and more | ||
- Preserve battery life when you're on the go; all intensive tasks run on your server | ||
|
||
## Getting Started | ||
|
||
For a full setup and walkthrough, please see [./doc/guide.md](./doc/guide.md). | ||
There are two ways to get started: | ||
|
||
### Quick Install | ||
1. Using the [install script](./install.sh), which automates most of the process. The script uses the system package manager (if possible) | ||
2. Manually installing code-server; see [Installation](./doc/install.md#quick-install) for instructions applicable to most use cases | ||
|
||
We have a [script](./install.sh) to install code-server for Linux, macOS and FreeBSD. | ||
|
||
It tries to use the system package manager if possible. | ||
|
||
First run to print out the install process: | ||
If you choose to use the install script, you can preview what occurs during the install process: | ||
|
||
```bash | ||
curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run | ||
``` | ||
|
||
Now to actually install: | ||
To install, run: | ||
|
||
```bash | ||
curl -fsSL https://code-server.dev/install.sh | sh | ||
``` | ||
|
||
The install script will print out how to run and start using code-server. | ||
|
||
### Manual Install | ||
When done, the install script prints out instructions for running and starting code-server. | ||
|
||
Docs on the install script, manual installation and docker image are at [./doc/install.md](./doc/install.md). | ||
We also have an in-depth [setup and configuration](./doc/guide.md) guide. | ||
|
||
### Alpha Program 🐣 | ||
|
||
We're working on a cloud platform to make deploying and managing code-server easier. If you don't want to worry about | ||
We're working on a cloud platform that makes deploying and managing code-server easier. Consider [joining our alpha program](https://codercom.typeform.com/to/U4IKyv0W) if you don't want to worry about | ||
|
||
- TLS | ||
- Authentication | ||
- Port Forwarding | ||
|
||
consider [joining our alpha program](https://codercom.typeform.com/to/U4IKyv0W). | ||
|
||
## FAQ | ||
|
||
See [./doc/FAQ.md](./doc/FAQ.md). | ||
|
||
## Contributing | ||
## Want to help? | ||
|
||
See [./doc/CONTRIBUTING.md](./doc/CONTRIBUTING.md). | ||
See [CONTRIBUTING](./doc/CONTRIBUTING.md) for additional details. | ||
khorne3 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Hiring | ||
|
||
We ([@cdr](https://github.com/cdr)) are looking for engineers to help maintain | ||
code-server, innovate on open source and streamline dev workflows. | ||
We ([@cdr](https://github.com/cdr)) are looking for engineers to help [maintain | ||
code-server](https://jobs.lever.co/coder/e40becde-2cbd-4885-9029-e5c7b0a734b8), innovate on open source, and streamline dev workflows. | ||
|
||
Our main office is in Austin, Texas. Remote is ok as long as | ||
you're in North America or Europe. | ||
|
||
Please get in [touch](mailto:[email protected]) with your resume/github if interested. | ||
|
||
We're also hiring someone specifically to help maintain code-server. | ||
See the listing [here](https://jobs.lever.co/coder/e40becde-2cbd-4885-9029-e5c7b0a734b8). | ||
Please get in [touch](mailto:[email protected]) with your resume/GitHub if interested. | ||
|
||
## For Organizations | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.