diff options
author | 2022-11-01 20:29:30 +0000 | |
---|---|---|
committer | 2022-11-01 13:29:30 -0700 | |
commit | af410879cddd96a56d1d30d44e59a80e860f05b6 (patch) | |
tree | 13a3b826ebe726e62eb2188f51ee53f6771568cc /.devcontainer/scripts/getting-started.sh | |
parent | 26e32ec1cb4951f60eee0b9fc190fd2aabec149e (diff) | |
download | bun-af410879cddd96a56d1d30d44e59a80e860f05b6.tar.gz bun-af410879cddd96a56d1d30d44e59a80e860f05b6.tar.zst bun-af410879cddd96a56d1d30d44e59a80e860f05b6.zip |
Update build docs and commands for dev containers (#1438)
* Update build documentation for dev containers
* Add devcontainer-rebuild make target
* Add make devcontainer-sh target
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" |