Skip to content

Commit 6f22f22

Browse files
authored
Fix CLI commands in langium-quickstart.md (#1252)
1 parent 018286d commit 6f22f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/generator-langium/templates/core/langium-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This folder contains all necessary files for your language extension.
2121
* Press `F5` to open a new window with your extension loaded.
2222
* Create a new file with a file name suffix matching your language.
2323
* Verify that syntax highlighting, validation, completion etc. are working as expected.
24-
* Run `./bin/cli` to see options for the CLI; `./bin/cli generate <file>` generates code for a given DSL file.
24+
* Run `node ./bin/cli` to see options for the CLI; `node ./bin/cli generate <file>` generates code for a given DSL file.
2525

2626
## Make changes
2727

0 commit comments

Comments
 (0)