all repos — min @ c883bbff4b59465858f385e6cc8e3d5989ec42c0

A small but practical concatenative programming language.

Update get-started.md
Fabio Cevasco h3rald@h3rald.com
Sun, 04 Feb 2024 12:47:24 +0100
commit

c883bbff4b59465858f385e6cc8e3d5989ec42c0

parent

7b249715f201868d4e406e6c410a3ab4542557e7

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M site/contents/get-started.mdsite/contents/get-started.md

@@ -127,7 +127,7 @@ To execute a min script, you can:

* Run `min eval "... program..."` to execute a program inline. * Run `min myfile.min` to execute a program contained in a file. -* Run `min run <mmm>` to execute the `main` symbol of the specified [min managed module](/learn-mmm/). If the managed module is not installed globally, it will be downloaded and installed automatically. +* Run `min run <mmm>` to execute the `main` symbol of the specified {#link-page||learn-mmm||min managed module#}. If the managed module is not installed globally, it will be downloaded and installed automatically. min also supports running programs from standard input, so the following command can also be used (on Unix-like system) to run a program saved in [myfile.min](class:file):