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 efc14aeb Update README.md
efc14aeb is described below
commit efc14aeb93fb85fcc651a66ef47b7f9dc24b84a5
Author: cjcchen <[email protected]>
AuthorDate: Sun Jun 23 14:59:00 2024 +0800
Update README.md
---
INSTALL/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/INSTALL/README.md b/INSTALL/README.md
index 6e2eb16f..f33e22ab 100755
--- a/INSTALL/README.md
+++ b/INSTALL/README.md
@@ -33,6 +33,8 @@ or
```
cd bazel
./install_bazel.sh
+echo "export PATH="$PATH:$PWD/bin"" >> ~/.bashrc
+. ~/.bashrc
```