diff options
author | 2021-12-23 19:58:49 -0800 | |
---|---|---|
committer | 2021-12-23 19:58:49 -0800 | |
commit | 3541177d501809289021361d2095a89b03a044f1 (patch) | |
tree | 1e637c83f4e2e3c5508d37bdf41f8d5ffc158e85 | |
parent | 3c3ab57cf6ef899c299b19380752add3780e951f (diff) | |
download | bun-3541177d501809289021361d2095a89b03a044f1.tar.gz bun-3541177d501809289021361d2095a89b03a044f1.tar.zst bun-3541177d501809289021361d2095a89b03a044f1.zip |
typo
Diffstat (limited to '')
-rw-r--r-- | .devcontainer/scripts/getting-started.sh | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/scripts/getting-started.sh b/.devcontainer/scripts/getting-started.sh index ca589cbaa..5fa8af83c 100644 --- a/.devcontainer/scripts/getting-started.sh +++ b/.devcontainer/scripts/getting-started.sh @@ -9,7 +9,7 @@ echo "" echo "# update all submodules except webkit because webkit takes awhile and it's already compiled for you." echo "git -c submodule.\"src/javascript/jsc/WebKit\".update=none submodule update --init --recursive --depth=1 --progress" echo "" -echo "# Compile bun dependencies (zig is are already compiled)" +echo "# Compile bun dependencies (zig is already compiled)" echo "make devcontainer" echo "" echo "# Build Bun for development" @@ -1168,7 +1168,7 @@ gh repo clone Jarred-Sumner/bun . -- --depth=1 --progress -j8 # update all submodules except webkit because webkit takes awhile and it's already compiled for you. git -c submodule."src/javascript/jsc/WebKit".update=none submodule update --init --recursive --depth=1 --progress -# Compile bun dependencies (zig is are already compiled) +# Compile bun dependencies (zig is already compiled) make devcontainer # Build Bun for development |