about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-07 15:26:12 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-07 15:26:12 -0800
commit18aaa7ff688715568125a6caf77ac2ae8470d273 (patch)
treedf1d4a1af4c64e1823586f334d83c3be9f7622bf
parent72e64d79d6e74f1830e4bf532dafa27731b64034 (diff)
downloadteliva-18aaa7ff688715568125a6caf77ac2ae8470d273.tar.gz
.
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c55306..be67160 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,8 @@ Over time I hope to improve the experience for error messages, failing tests,
 undoing changes and so on. The emphasis will be on maximizing hackability
 rather than functionality. I plan to be extremely parsimonious in taking on
 further dependencies. It should need just a Linux (or maybe some other Unix?)
-kernel, a C compiler, 12kLoC of Lua in this repo, ncurses.
+kernel, a C compiler, 12kLoC of Lua in this repo, maybe a couple more basic C
+libraries.
 
 ## Isn't this just an IDE?