diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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`. |