From f826b85e53b3772d135ab8dd0bdc0d75fc951881 Mon Sep 17 00:00:00 2001 From: ChouTatsumi <choutatsumi@gmail.com> Date: Mon, 29 Apr 2019 23:40:58 +1000 Subject: [PATCH] test for format of README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 733c6bf..eea90a0 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Some of code and techniques come from: All of the reference documents can be find in ./doc folder ## Running -Run Makefile (`$ make`), and then `image_tagger.exe` will be created at root folder. -And then run `./image_tagger <ip_addr> <port>` to start the server program +Run Makefile (```$ make```), and then `image_tagger.exe` will be created at root folder. +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. -- GitLab