diff --git a/README.md b/README.md index 12f1607..95460a3 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ # COMPILATION - There are 3 - header files [validate_parsed_options.h, search_algorithms.h, search_initiator.h] and 1 .cpp file [engine_main.cpp] + There are 3 - header files [validate_parsed_options.h, search_algorithms.h, search_initiator.h] and 1 .cpp file [engine_main.cpp], - copy all 4 files into any same directory and open terminal on that directory. + copy all 4 files into any directory [same] and run terminal on that directory. ->g++ engine_main.cpp -o dse -lboost_filesystem -lboost_program_options @@ -14,7 +14,7 @@ -> ./dse --help - Will show up the options description [USAGE]. + To show Usage Description.