diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -435,7 +435,13 @@ Create a new React project: bun create react ./app ``` -To see a list of available templates, run +Create from a GitHub repo: + +```bash +bun create ahfarmer/calculator ./app +``` + +To see a list of examples, run: ```bash bun create |