Skip to content

Commit fa3d1cd

Browse files
committed
[ENH] update README reorderformatter command
1 parent 5c7024f commit fa3d1cd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ After running the setup script, you can start using Metta directly from the term
2020

2121
### Running Metta
2222

23+
- To format any output you get from metta-run:
24+
25+
```bash
26+
metta-run example.metta f
27+
```
28+
2329
- To run a Metta file:
2430

2531
```bash
@@ -37,11 +43,6 @@ After running the setup script, you can start using Metta directly from the term
3743
```bash
3844
metta-run example.metta fct
3945
```
40-
- To format any output you get from metta-run:
41-
42-
```bash
43-
metta-run example.metta f
44-
```
4546

4647
- To run Metta without automatically activating the Python environment (you need to activate it manually first):
4748

0 commit comments

Comments
 (0)