From 3a6e84211137338806f2dd4a6b7989e6cfca5653 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Wed, 12 Oct 2022 11:23:46 -0500 Subject: [PATCH] Updated README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a23e6a..df8eee1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ ### TedFlex - a File Explorer / Text Editor TedFlex is an ncurses-based File Explorer and Text Editor application, written in C. -
+


It uses a custom-compiled version of ncurses, and will likely crash if used with a regular ncurses library. +
The following steps are used to compile the version of ncurses that this program needs: - Grab the ncurses source code from [here](https://invisible-mirror.net/archives/ncurses/ncurses-6.3.tar.gz) -- Run the configure script with the '--with-pthread --with-shared' options. -- Run 'make' and 'make install'. +- Run the configure script with the `--with-pthread --with-shared` options. +- Run `make` and `make install`.