From 4122505a5bf8418017260dc500377bec6e1ff5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 18 Aug 2021 12:44:58 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de34291..f70c7b5 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ mkdir build cd build cmake .. make -make install +# make install ``` ### 4. Copy files to web root -1. Copy `favicon.ico`, `index.html`, `style.css` and the compiled binary `cmoe` into the same folder. +1. Copy `favicon.ico`, `index.html`, `style.css` and the compiled binary `cmoe` (in the `build` folder) into the same folder. 2. Run `simple-http-server` by the command ```bash simple-http-server -d port folder