aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Dockerfile2
-rw-r--r--README.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 953ddaee0..ff4413b7f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -139,7 +139,6 @@ COPY .devcontainer/limits.conf /etc/security/limits.conf
ENV BUN_INSTALL /opt/bun
ENV PATH "/opt/bun/bin:$PATH"
-
FROM ubuntu-base as dev
ENV WEBKIT_OUT_DIR /home/ubuntu/bun-webkit
@@ -163,5 +162,4 @@ COPY ".devcontainer/scripts/getting-started.sh" /workspaces/getting-started.sh
RUN mkdir -p /home/ubuntu/.bun /home/ubuntu/.config /workspaces/bun && bash /scripts/common-debian.sh && bash /scripts/github.sh && bash /scripts/nice.sh && bash /scripts/zig-env.sh
COPY .devcontainer/zls.json /home/ubuntu/.config/zls.json
-
FROM release \ No newline at end of file
diff --git a/README.md b/README.md
index 5f4e40b2e..d4c41436c 100644
--- a/README.md
+++ b/README.md
@@ -1072,7 +1072,9 @@ Estimated: 30-90 minutes :(
### Linux
-Please use the VSCode Remote Container in this repository.
+The VSCode Remote Container in this repository is the easiest way to get started. It comes with Zig, JavaScriptCore, Zig Language Server, vscode-zig, and more pre-installed on an instance of Ubuntu.
+
+<img src="https://user-images.githubusercontent.com/709451/147319076-c16277be-0aca-4f09-9125-94fc291e06dd.png" />
You will need to clone the GitHub repository inside that container, which also requires authenticating with GitHub (until Bun's repository is public). Make sure to login with a Personal Access Token rather than a web browser.
@@ -1096,7 +1098,7 @@ make dev
bun-debug
```
-This container has Zig, zls, vscode-zig, and more setup automatically for you. It is very similar to my own development environment.
+It is very similar to my own development environment.
### MacOS