diff options
Diffstat (limited to '')
-rw-r--r-- | .devcontainer/scripts/getting-started.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.devcontainer/scripts/getting-started.sh b/.devcontainer/scripts/getting-started.sh deleted file mode 100644 index cea60dc88..000000000 --- a/.devcontainer/scripts/getting-started.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -echo "To get started, login to GitHub and clone bun's GitHub repo into /build/bun" -echo "If it fails to open a browser, login with a Personal Access Token instead" -echo "# First time setup" -echo "gh auth login" -echo "gh repo clone oven-sh/bun . -- --depth=1 --progress -j8" -echo "" -echo "# Compile bun dependencies (zig is already compiled)" -echo "make devcontainer" -echo "" -echo "# Build bun for development" -echo "make dev" -echo "" -echo "# Run bun" -echo "bun-debug" |