From 80bc4626eb2e3e1c7f2cbfa7d303c50f523961f4 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, 26 Oct 2022 15:31:31 +0800 Subject: [PATCH] edit README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 290fd68..d9147f1 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ 您需要首先安装[simple-protobuf](https://github.com/fumiama/simple-protobuf),并记住安装路径。如果安装路径不是`/usr/local`,需要手动更改`CMakeLists.txt`的路径指向正确位置。 ```bash git clone https://github.com/fumiama/simple-protobuf.git +cd simple-protobuf mkdir build cd build cmake ..