Skip to content

Commit 385bc1d

Browse files
committed
docs: update README for cli changes
1 parent 5fcd4c1 commit 385bc1d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,13 @@ npm install -g @wenyanlang/cli
7171
Try run the included examples, e.g.:
7272

7373
```bash
74-
wenyan examples/helloworld.wy -o helloworld.js
74+
wenyan examples/helloworld.wy
75+
# will outputs: 問天地好在。
7576
```
7677

78+
> From v0.1.0, the `wenyan` command will direct execute the script by default. If you are migrating from previous versions, please use `wenyan -h` to output the help and check [this PR](https://github.com/LingDong-/wenyan-lang) for the detailed changes.
79+
80+
7781
### [The Online IDE](http://wenyan-lang.lingdong.works/ide.html)
7882

7983
![](screenshots/screenshot02.png)

0 commit comments

Comments
 (0)