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

commit 559163ab9f114ae3e4880c0b87e99cade2482d59
Author: cjcchen <[email protected]>
AuthorDate: Sun Jun 23 14:36:03 2024 +0800

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

diff --git a/INSTALL/README.md b/INSTALL/README.md
index 5f3762dd..f4a29749 100755
--- a/INSTALL/README.md
+++ b/INSTALL/README.md
@@ -1,6 +1,6 @@
 
 # Prerequire 
-python3
+python3.10
 
 pip
 
@@ -20,14 +20,12 @@ mv bazelisk-darwin-amd64 bin/bazel
 
 bin/bazel --version
 echo "export PATH="$PATH:$PWD/bin"" >> ~/.bashrc
-~/.bashrc
+. ~/.bashrc
 ```
 or
 ```
 cd bazel
 ./install_bazel.sh
-echo "export PATH="$PATH:$PWD/bin"" >> ~/.bashrc
-~/.bashrc
 ```
 
 

Reply via email to