diff options
Diffstat (limited to '.devcontainer/scripts/getting-started.sh')
-rw-r--r-- | .devcontainer/scripts/getting-started.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/scripts/getting-started.sh b/.devcontainer/scripts/getting-started.sh index 32c29443a..cea60dc88 100644 --- a/.devcontainer/scripts/getting-started.sh +++ b/.devcontainer/scripts/getting-started.sh @@ -1,7 +1,7 @@ #!/bin/bash -echo "To get started, login to GitHub and clone bun's GitHub repo into /workspaces/bun" -echo "Make sure to login with a Personal Access Token" +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" |