diff options
Diffstat (limited to 'linux/README.md')
-rw-r--r-- | linux/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/README.md b/linux/README.md index ca003d28..a1fe2820 100644 --- a/linux/README.md +++ b/linux/README.md @@ -8,6 +8,10 @@ kernel. To run programs under this directory, you must first `cd` into it. Hello world! ``` +See the [shared vocabulary](vocabulary.md) of data types and functions shared +by Mu programs running on Linux. Mu programs can transparently call low-level +functions written in SubX. + Some programs to try out: * `tile`: [An experimental live-updating postfix shell environment](https://mastodon.social/@akkartik/105108305362341204) |