aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-14 19:07:40 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-14 19:07:40 -0700
commitbee7efb5d9f7682683c91c2c9421cb7ed79cac27 (patch)
treea5a59632c95aff887014cfb02cead1a2ec1a785a
parent0039b53d21dbcee75171e9773d06d037b51c7c1d (diff)
downloadbun-bee7efb5d9f7682683c91c2c9421cb7ed79cac27.tar.gz
bun-bee7efb5d9f7682683c91c2c9421cb7ed79cac27.tar.zst
bun-bee7efb5d9f7682683c91c2c9421cb7ed79cac27.zip
Update README.md
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3f6ea8b45..077f20567 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,7 @@ Run this:
```bash
bun create react app
+cd app
bun
```
@@ -440,6 +441,8 @@ To see a list of available templates, run
bun create
```
+Note: you don't need `bun create` to use Bun. You don't need any configuration at all. This command exists to make it a little easier.
+
##### Local templates
If you have your own boilerplate you prefer using, copy it into `$HOME/.bun-create/my-boilerplate-name`.