From 7913cd3a74d40cc0ec26493a16af0b45b605e839 Mon Sep 17 00:00:00 2001 From: Isak Date: Sat, 17 Feb 2018 21:24:13 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a698ec7..07803dc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ 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 +Also note that setting the -e switch to a 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.