From 2cca7d30dc1168106c967bf4ca764ecaea43c27e 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: Tue, 8 Jun 2021 19:31:10 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9b3cd6..1e20527 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,11 @@ ## [Demo](http://pan.fumiama.top:42412) ## Usage -### Install [simple-http-server](https://github.com/fumiama/simple-http-server) +### 1. Install [simple-http-server](https://github.com/fumiama/simple-http-server) Follow the instructions in [this repo](https://github.com/fumiama/simple-http-server) to install it. -### Install CMoe +### 2. Install [simple-protobuf](https://github.com/fumiama/simple-protobuf) +Follow the instructions in [this repo](https://github.com/fumiama/simple-protobuf) to install it. +### 3. Install CMoe ```bash git clone https://github.com/fumiama/CMoe-Counter.git cd CMoe-Counter @@ -31,7 +33,7 @@ cmake .. make make install ``` -### Copy files +### Copy files to web root 1. Copy `favicon.ico`, `index.html`, `style.css` and the compiled binary `cmoe` into the same folder. 2. Run `simple-http-server` by the command ```bash