Skip to content

Commit cbce522

Browse files
committed
Update the readme for the quick start
1 parent 46fb0ea commit cbce522

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ git clone https://github.com/ktiyab/babel-tool.git
1616
cd babel-tool && ./install.sh
1717
```
1818

19-
**Then, only 3 commands to start:**
19+
**Then, only 4 commands to start:**
2020

2121
```bash
2222
babel prompt --install # Once: teach your AI
2323
babel init "Detailed information about your project purpose" \
24-
--need "Detailed information on the need/friction that led to the project"
24+
--need "Detailed information on the need/friction that led to the project" # Once: to initialized your project
25+
babel status # Periodically: See project purpose and key decisions
2526
babel review # Periodically: validate AI proposals
2627
```
2728

0 commit comments

Comments
 (0)