From b663b5797ab5852f4698e5375bff00a413de6396 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 23 Mar 2021 22:12:07 -0700 Subject: [PATCH] . --- README.md | 4 ++-- 1 file 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