aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 62b621bce..1ad3a5acf 100644
--- a/README.md
+++ b/README.md
@@ -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