diff options
author | 2021-10-14 19:07:40 -0700 | |
---|---|---|
committer | 2021-10-14 19:07:40 -0700 | |
commit | bee7efb5d9f7682683c91c2c9421cb7ed79cac27 (patch) | |
tree | a5a59632c95aff887014cfb02cead1a2ec1a785a /README.md | |
parent | 0039b53d21dbcee75171e9773d06d037b51c7c1d (diff) | |
download | bun-bee7efb5d9f7682683c91c2c9421cb7ed79cac27.tar.gz bun-bee7efb5d9f7682683c91c2c9421cb7ed79cac27.tar.zst bun-bee7efb5d9f7682683c91c2c9421cb7ed79cac27.zip |
Update README.md
Diffstat (limited to 'README.md')
-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`. |