From 68697cb3322b94b20a47671c50b4fdd143f67ae7 Mon Sep 17 00:00:00 2001 From: Za Wilcox Date: Thu, 28 Oct 2021 23:11:42 -0600 Subject: Move 'Note' from incorrect location (#921) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7cd58d59..e78b92af 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. -- cgit v1.2.3-70-g09d2 From e505bf2b4809681840d1684a23ad21255fca290d Mon Sep 17 00:00:00 2001 From: Carter Snook Date: Tue, 2 Nov 2021 19:57:18 -0500 Subject: chore(doc): use faq for finding helix log file (#963) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e78b92af..faf5851e 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Some suggestions to get started: - You can look at the [good first issue](https://github.com/helix-editor/helix/labels/E-easy) label on the issue tracker. - Help with packaging on various distributions needed! -- To use print debugging to the `~/.cache/helix/helix.log` file, you must: +- To use print debugging to the [Helix log file](https://github.com/helix-editor/helix/wiki/FAQ#access-the-log-file), you must: * Print using `log::info!`, `warn!`, or `error!`. (`log::info!("helix!")`) * Pass the appropriate verbosity level option for the desired log level. (`hx -v ` for info, more `v`s for higher severity inclusive) - If your preferred language is missing, integrating a tree-sitter grammar for -- cgit v1.2.3-70-g09d2