diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-03-23 22:12:07 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-03-23 22:12:07 -0700 |
commit | b663b5797ab5852f4698e5375bff00a413de6396 (patch) | |
tree | def01bfb45b6fed47addb260be9734a6965fdbe3 | |
parent | 443bb67383c2924be25ea3efa201dd9a91116e7f (diff) | |
download | mu-b663b5797ab5852f4698e5375bff00a413de6396.tar.gz |
.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 3de83450..09d25b61 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,8 @@ Mu programs can be written for two very different environments: This sub-directory contains an entirely separate set of libraries intended for building programs that run with just a Linux kernel, reading from stdin and writing to stdout. The Mu compiler is such a program, at `linux/mu.subx`. - Individual programs typically run tests if given some commandline argument - like `test`. + Individual programs typically run tests if given a command-line argument + called `test`. While I currently focus on programs without an OS, the `linux/` sub-directory is fairly ergonomic. There's a couple of dozen example programs to try out |