This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 83a92fd1f [MINOR] Remove unexpected $ symbol
83a92fd1f is described below
commit 83a92fd1f1910722ec58ed921c19a88e25f9d338
Author: xleoken <[email protected]>
AuthorDate: Wed Sep 27 19:51:26 2023 +0800
[MINOR] Remove unexpected $ symbol
### What changes were proposed in this pull request?
Remove unexpected $ symbol in README doc
### Why are the changes needed?
throw error
```
bash: export: `=/opt': not a valid identifier
```
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
Closes #1942 from xleoken/patch.
Authored-by: xleoken <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
docs/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/README.md b/docs/README.md
index cbd3b8e57..b026f5581 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -27,7 +27,7 @@ Download the latest Celeborn binary from the [Downloading
Page](https://celeborn
Decompress the binary and set `$CELEBORN_HOME`
```shell
tar -C <DST_DIR> -zxvf apache-celeborn-<VERSION>-bin.tgz
-export $CELEBORN_HOME=<Decompressed path>
+export CELEBORN_HOME=<Decompressed path>
```
## Configure Logging and Storage