diff options
author | 2023-09-25 00:49:57 +0900 | |
---|---|---|
committer | 2023-09-24 08:49:57 -0700 | |
commit | b8817ab188d28c8fda2fe128c1d6c5e225aeff94 (patch) | |
tree | ff822f6e53a25525612e35aac3272ded3e33facc | |
parent | ef7f679edfbc5b0617ee368942d5792637bfd9f3 (diff) | |
download | bun-b8817ab188d28c8fda2fe128c1d6c5e225aeff94.tar.gz bun-b8817ab188d28c8fda2fe128c1d6c5e225aeff94.tar.zst bun-b8817ab188d28c8fda2fe128c1d6c5e225aeff94.zip |
Update README.md (#5989)
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -93,7 +93,8 @@ bun upgrade --canary - [`bun run`](https://bun.sh/docs/cli/run) - [`bun install`](https://bun.sh/docs/cli/install) - [`bun test`](https://bun.sh/docs/cli/test) - - [`bun create`](https://bun.sh/docs/cli/create) + - [`bun init`](https://bun.sh/docs/templates#bun-init) + - [`bun create`](https://bun.sh/docs/templates#bun-create) - [`bunx`](https://bun.sh/docs/cli/bunx) - Runtime - [Runtime](https://bun.sh/docs/runtime/index) |