1
0
mirror of https://github.com/fumiama/CMoe-Counter.git synced 2024-11-27 23:20:49 +01:00

Update README.md

This commit is contained in:
源文雨 2021-08-18 12:44:58 +08:00 committed by GitHub
parent d51a0480a6
commit 4122505a5b

View File

@ -31,10 +31,10 @@ mkdir build
cd build cd build
cmake .. cmake ..
make make
make install # make install
``` ```
### 4. Copy files to web root ### 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 2. Run `simple-http-server` by the command
```bash ```bash
simple-http-server -d port folder simple-http-server -d port folder