From 26f8a1f24d31f78d458c1af3b34bf43f8c90f879 Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Tue, 1 Dec 2020 16:49:31 +0100 Subject: [PATCH] Fixed typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0b54c7..6b7e0be 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ more familiar with the C programming language. # Cool ideas I want to try - [ ] use the [tmux source code](https://github.com/tmux/tmux) to add tmux to the terminal natively, adding only the features I use -- [ ] add a native shell? (possible the +- [ ] add a native shell? (possibly the [ion shell](https://github.com/redox-os/ion)) -# Installing +# Installation The provided Makefile is a wrapper around CMake. It allows you to build 2 versions: debug (the default) and release. The debug build doesn't optimize anything, and adds the address sanitizer.