diff options
author | Max Bernstein <tekknolagi@users.noreply.github.com> | 2018-07-25 21:10:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-25 21:10:40 -0700 |
commit | 7526390461c17fcd659601f988f5e2d035f5e49e (patch) | |
tree | 6bd82b3b1e59fc52b181fbbfe1476790165946b2 /subx | |
parent | 1b2f5f0b1f11f6ed8fe03ccf191fe604f963607c (diff) | |
download | mu-7526390461c17fcd659601f988f5e2d035f5e49e.tar.gz |
Update dependency in Readme
Diffstat (limited to 'subx')
-rw-r--r-- | subx/Readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/Readme.md b/subx/Readme.md index 78ff30e8..cad898f6 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -2,8 +2,8 @@ A suite of tools for directly programming in (32-bit x86) machine code without a compiler. The generated ELF binaries require just a Unix-like kernel to run. -(It isn't self-hosted yet, so generating the binaries requires a C compiler -and libc.) +(It isn't self-hosted yet, so generating the binaries requires a C++ compiler +and runtime.) ## Why in the world? |