diff options
author | 2022-07-11 05:37:30 +0300 | |
---|---|---|
committer | 2022-07-10 19:37:30 -0700 | |
commit | 418972b42360e6c48f104aff1deaa75b54d7de39 (patch) | |
tree | 416994073d479e272e0c9c04226accfb155796ac /.devcontainer/scripts/getting-started.sh | |
parent | 1e9cba99720e110e6a4d8fe3014491118b123fdc (diff) | |
download | bun-418972b42360e6c48f104aff1deaa75b54d7de39.tar.gz bun-418972b42360e6c48f104aff1deaa75b54d7de39.tar.zst bun-418972b42360e6c48f104aff1deaa75b54d7de39.zip |
Update GitHub URL to match new repo URL (#547)
* Update repo URLs
* GitHub URL update
* Revert accidental URL changes
Diffstat (limited to '.devcontainer/scripts/getting-started.sh')
-rw-r--r-- | .devcontainer/scripts/getting-started.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/scripts/getting-started.sh b/.devcontainer/scripts/getting-started.sh index aeef96865..32c29443a 100644 --- a/.devcontainer/scripts/getting-started.sh +++ b/.devcontainer/scripts/getting-started.sh @@ -4,7 +4,7 @@ echo "To get started, login to GitHub and clone bun's GitHub repo into /workspac echo "Make sure to login with a Personal Access Token" echo "# First time setup" echo "gh auth login" -echo "gh repo clone Jarred-Sumner/bun . -- --depth=1 --progress -j8" +echo "gh repo clone oven-sh/bun . -- --depth=1 --progress -j8" echo "" echo "# Compile bun dependencies (zig is already compiled)" echo "make devcontainer" |