Update README.md

This commit is contained in:
Gregory Campbell
2021-07-08 22:06:55 -04:00
committed by GitHub
parent d4821c0e5d
commit 3356922970
+2
View File
@@ -7,3 +7,5 @@ Just run `make` to create the executable and then run `./wordStat` to run the pr
You can even run `make old` to generate an executable that can run the older cobol script. You can even run `make old` to generate an executable that can run the older cobol script.
This can be done by running `./stat` however the text file that this script reads is hard coded This can be done by running `./stat` however the text file that this script reads is hard coded
so you would have to change the name of the text files or the code if you want it to analyze different text. so you would have to change the name of the text files or the code if you want it to analyze different text.
You can also run `make clean` to clean up the directory.