aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 20 insertions, 3 deletions
diff --git a/README.md b/README.md
index 26cebdb..1921ba0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,23 @@
-# How to build & use
+# red
-1. Download [raylib]() and extract tarball somewhere.
+R-editor
+
+## How to build & use
+
+1. Download
+ [raylib5](https://github.com/raysan5/raylib/releases#release-5.5)
+ and extract tarball somewhere
2. `make RAYLIB_PREFIX=/path/to/raylib`
3. `./red <file>`
-4. Ctrl+s to save.
+4. Ctrl+s to save
+
+## Something not implemented (yet)
+
+- Scroll
+- Handling when the cursor goes off the screen because a line is too
+ long
+
+## Something implemented
+
+- mmap-based fast loading and rendering
+- lazy allocation when modifying each line