Skip to content

Commit 57f3fe2

Browse files
committed
docs(README): add code generation instructions to README
1 parent 13511f3 commit 57f3fe2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ rohas init my-app --lang python
4646
rohas init my-app --lang typescript
4747
```
4848

49+
### Run codegen
50+
51+
```bash
52+
cd my-app
53+
rohas codegen
54+
```
55+
4956
### Start Development
5057

5158
```bash

0 commit comments

Comments
 (0)