diff --git a/README.md b/README.md index e53dceb34a10a4bdc783c421b96b9accd1f482e0..47984fbe7c1dfb591991d773ac2f82e7e1457016 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ Run Makefile (`$ make`), and then `image_tagger.exe` will be created at root fol And then run `./image_tagger <ip_addr> <port>` to start the server program ## NOTICE[IMPORTANT] -1. -This program use windows html files to test, and all the html files is inside ./views folder +1. This program use windows html files to test, and all the html files is inside ./views folder If the html files is in the root folder, please change the file_dir const at line 40-46 in `server.c` file and make again !!!!!!! -2. -Since some of the lib in the program is only available on linux system, the frequently commit is inevitably. In fact, I commit my code for even small change in order to pull my code down into VM. There might be severval commits just for fixing a single bug. +2. Since some of the lib in the program is only available on linux system, the frequently commit is inevitably. In fact, I commit my code for even small change in order to pull my code down into VM. There might be severval commits just for fixing a single bug. + +3. This program didn't realize Advanced Functionality 2: Identifying Players by Cookie. ## Structure ```