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:
parent
d51a0480a6
commit
4122505a5b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user