Update README.md

This commit is contained in:
Isak 2018-02-17 21:24:26 +01:00 committed by GitHub
parent 7913cd3a74
commit bbbc4e395b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# File-viewer
A simple program to navigate directories and output files.
<hr>
Some gotchas:
# 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 a file editor requires the file editor to have the ability to open a file in the following syntax. editor-name <file>