about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-11 11:42:28 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-11 11:42:28 -0700
commit5f644753ab8b39bf8c56fad9cd3b9c328f68bc39 (patch)
tree1353a4ae723835ab0b808ad2c87728d15f72ae17
parentc5672a65bcaede5f0ab6213c4b6fc89b138c46d6 (diff)
downloadmu-5f644753ab8b39bf8c56fad9cd3b9c328f68bc39.tar.gz
5082
-rw-r--r--subx/Readme.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 2107bd96..43d0730d 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -8,6 +8,9 @@ SubX is a simple, minimalist stack for programming your computer.
   $ ./subx  # print out a help message
   ```
 
+It requires a Unix-like environment with a C++ compiler (Linux or BSD or Mac
+OS). Running `subx` will transparently compile it as necessary.
+
 [![Build Status](https://api.travis-ci.org/akkartik/mu.svg)](https://travis-ci.org/akkartik/mu)
 
 You can generate native ELF binaries with it that run on a bare Linux
@@ -343,8 +346,6 @@ runnable on a Linux system running on Intel x86 processors, either 32- or
 
 ## Running
 
-Running `subx` will transparently compile it as necessary.
-
 `subx` currently has the following sub-commands:
 
 * `subx help`: some helpful documentation to have at your fingertips.