Fixed typos

master
Jef Roosens 2020-12-01 16:49:31 +01:00
parent e31e5ca3fa
commit 26f8a1f24d
1 changed files with 2 additions and 2 deletions

View File

@ -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.