We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018286d commit 6f22f22Copy full SHA for 6f22f22
packages/generator-langium/templates/core/langium-quickstart.md
@@ -21,7 +21,7 @@ This folder contains all necessary files for your language extension.
21
* Press `F5` to open a new window with your extension loaded.
22
* Create a new file with a file name suffix matching your language.
23
* 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.
+ * Run `node ./bin/cli` to see options for the CLI; `node ./bin/cli generate <file>` generates code for a given DSL file.
25
26
## Make changes
27
0 commit comments