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 e2705daa Update README.md
e2705daa is described below

commit e2705daa71bd052970bfe5b6e923099a1faae66f
Author: cjcchen <[email protected]>
AuthorDate: Sun Jun 23 14:29:41 2024 +0800

    Update README.md
---
 INSTALL/README.md | 27 ++++++---------------------
 1 file changed, 6 insertions(+), 21 deletions(-)

diff --git a/INSTALL/README.md b/INSTALL/README.md
index 5307d196..5f3762dd 100755
--- a/INSTALL/README.md
+++ b/INSTALL/README.md
@@ -1,31 +1,16 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
 
-** Prerequire **
+# Prerequire 
 python3
+
 pip
 
-** Install Protobuf **
+# Install Protobuf
+```
 cd protobuf
 ./install_protobuf.sh
+```
 
-** Install Bazel **
+# Install Bazel
 ```
 cd bazel
 wget 
https://github.com/bazelbuild/bazelisk/releases/download/v1.8.1/bazelisk-darwin-amd64

Reply via email to