Skip to content

Feat/build steps #517

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

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
Add windows note
  • Loading branch information
John McCambridge committed Apr 17, 2019
commit d66be2b73884720a62ddbcac1ee6cb219dba1fa7
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Quickstart guides for [Google Cloud](doc/admin/install/google_cloud.md), [AWS](d

How to [secure your setup](/doc/security/ssl.md).

### Build instructions
Please visit our [build guide](/doc/self-hosted/build.md) for steps on how to build the binary
## Build instructions
Please visit our [build guide](/doc/self-hosted/build.md) for steps on how to build the binary.

## Development

Expand Down
2 changes: 2 additions & 0 deletions doc/self-hosted/build.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Build instructions for code-server 🏗️

code-server has several yarn tasks for building the entire binary or specific portions of the app. This guide provides steps to do the aforementioned tasks. Coder recommends having Node 10.15.1+ installed.

**NOTE:** Windows compatibility is in the works
> Yarn installation: https://yarnpkg.com/lang/en/docs/install

### Build the binary
Expand Down