Update environment.json

This commit is contained in:
Jarred Sumner
2025-05-29 21:11:53 -07:00
parent 2e76e69939
commit 8a06ddb1fb

View File

@@ -1,4 +1,4 @@
{
"terminals": [],
"install": "bash scripts/bootstrap.sh"
"install": "git clone https://github.com/oven-sh/bun.git && cd bun && bash scripts/bootstrap.sh"
}