aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.