This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch install
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/install by this push:
new 02df3bd8 Update README.md
02df3bd8 is described below
commit 02df3bd86ec4fc46853d3708d6fda1d15179eb84
Author: cjcchen <[email protected]>
AuthorDate: Sun Jun 23 14:37:21 2024 +0800
Update README.md
---
INSTALL/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/INSTALL/README.md b/INSTALL/README.md
index ccdddfcf..de6f0c0f 100755
--- a/INSTALL/README.md
+++ b/INSTALL/README.md
@@ -5,9 +5,9 @@ python3.10
pip
```
-apt-get install python3.10-dev -y
-apt-get install python3-dev -y
-apt-get install python3-pip
+sudo apt-get install python3.10-dev -y
+sudo apt-get install python3-dev -y
+sudo apt-get install python3-pip -y
```
# Install Protobuf