Skip to content

Commit e194414

Browse files
authored
add quickstart
1 parent 0d257b6 commit e194414

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ In this example, we're running a [hyper](https://crates.io/crates/hyper) server
1010

1111
⭐️ Please [give `scaffoldly` a star](https://github.com/scaffoldly/scaffoldly) on GitHub! ⭐️
1212

13+
## ✨ Quickstart
14+
15+
Run the following command to create your own copy of this application:
16+
17+
```bash
18+
npx scaffoldly create app --template rust-hyper
19+
```
20+
1321
## Project Creation
1422

1523
This application was created by following the following instructions:

0 commit comments

Comments
 (0)