From 68697cb3322b94b20a47671c50b4fdd143f67ae7 Mon Sep 17 00:00:00 2001 From: Za Wilcox Date: Thu, 28 Oct 2021 23:11:42 -0600 Subject: [PATCH] Move 'Note' from incorrect location (#921) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cd58d590..e78b92afe 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ All shortcuts/keymaps can be found [in the documentation on the website](https:/ It's a terminal-based editor first, but I'd like to explore a custom renderer (similar to emacs) in wgpu or skulpin. -# Installation - Note: Only certain languages have indentation definitions at the moment. Check `runtime/queries//` for `indents.toml`. +# Installation + We provide packaging for various distributions, but here's a quick method to build from source.