Skip to content

Commit 3979705

Browse files
author
John McCambridge
committed
Remove redundant and unecessary information
1 parent 549b99e commit 3979705

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See docker oneliner mentioned above. Dockerfile is at [/Dockerfile](/Dockerfile)
3838
> You will be prompted to enter the password shown in the CLI
3939
`code-server` should now be running at https://localhost:8443.
4040
41-
> code-server uses a self-signed SSL certificate that may prompt your browser to ask you some additional questions before you proceed. Please [read here](doc/self-hosted/index.md) for more information.
41+
> code-server uses a self-signed SSL certificate that may prompt your browser to ask you some additional questions before you proceed. [Read here](doc/self-hosted/index.md) for more information.
4242
4343
For detailed instructions and troubleshooting, see the [self-hosted quick start guide](doc/self-hosted/index.md).
4444
@@ -47,7 +47,7 @@ Quickstart guides for [Google Cloud](doc/admin/install/google_cloud.md), [AWS](d
4747
How to [secure your setup](/doc/security/ssl.md).
4848
4949
## Build Instructions
50-
Please visit our [build guide](/doc/self-hosted/build.md) for steps on how to build the binary.
50+
Visit our [build guide](/doc/self-hosted/build.md) for steps on how to build the binary.
5151
5252
## Development
5353

doc/self-hosted/build.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
1-
# Building instructions for code-server 🏗️
2-
3-
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.
1+
# Building 🏗️
42

53
**NOTE:** Windows compatibility is in the works
64

75
### Requirements
86
- Node 10.15.1+: https://nodejs.org/en/download/releases/
97

10-
## Build the binary
8+
## Steps
119
1. Clone the [repository](https://github.com/codercom/code-server.git)
1210
2. `cd` into `code-server`
1311
3. Run `yarn`
1412
4. Run `yarn task build:server:binary`
1513
> Binary will be placed in `packages/server` named after the platform and architecture (`cli-darwin-x64`)
1614
17-
### Run without building
18-
Running from the binary is possible with `yarn-start` after you have built the binary at least once. This is required for bootstrap-fork and built in extensions to work properly.
19-
2015
### Build Tasks
2116

2217
- **bootstrap-fork**: Forks VS Code sub-processes such as the shared process, extension host, searcher, and watcher

0 commit comments

Comments
 (0)