1
0
mirror of https://github.com/fumiama/CMoe-Counter.git synced 2026-06-19 10:26:31 +08:00

Update README.md

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

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