aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--screenshot.pngbin0 -> 168152 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e68f0884..24bd88db 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
[![Build status](https://github.com/helix-editor/helix/workflows/ci/badge.svg)](https://github.com/helix-editor/helix/actions)
+![Screenshot](./screenshot.png)
+
A kakoune / neovim inspired editor, written in Rust.
The editing model is very heavily based on kakoune; during development I found
@@ -22,6 +24,8 @@ It's a terminal-based editor first, but I'd like to explore a custom renderer
# Installation
+Note: Only the Rust syntax has indentation definitions at the moment.
+
We provide packaging for various distributions, but here's a quick method to
build from source.
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
index 00000000..ab2be6f0
--- /dev/null
+++ b/screenshot.png
Binary files differ