summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2020-06-01 16:26:01 -0500
committerDavid McMackins II <contact@mcmackins.org>2020-06-01 16:26:01 -0500
commitc8f89aae83d00150d8b3b08f7c93b96af2b3ae76 (patch)
treeac511f9ae4110129f51a07fecef49ba1b3fd5f3e
parent3853f385d261626791f3cf397ed4806d920590da (diff)
Change standard0.4.0
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 35f38e2..f79644e 100644
--- a/README
+++ b/README
@@ -30,10 +30,10 @@ implementation since it follows Delwink's standards and development styles.
Build
-----
-You'll need a C99 compiler and a POSIX build environment. On Debian-based
+You'll need an ANSI C compiler and a POSIX build environment. On Debian-based
systems, you can get this with:
- # apt-get install build-essential
+ # apt install build-essential
libpfxtree uses a simple build process. You can compile it like so: