From 46f6997e995bc1938652519e3862393c4e1fa94a Mon Sep 17 00:00:00 2001 From: Isak Date: Sat, 17 Feb 2018 21:22:32 +0100 Subject: [PATCH] Update README.md Updated README to list gotchas --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f09896e..0a2ea0a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # File-viewer A simple program to navigate directories and output files. + +#Some gotchas Note that the function get_current_dir_name() used in the program is a GNU extension and may not work on all compilers. +Also note that setting the -e switch to an file editor requires the file editor to have the ability to open a file in the following syntax. editor-name This was compiled using g++ version 6.3.0 on the authors machine.