diff --git a/README.md b/README.md index d7eb7bcd6a29865225670a3fc1cbd45802449d2a..d890b6973e4f750e9ea3b013d3dd2da607c2b341 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ python setup.py install `csst-dfs-api` and relevant packages could be installed by running one of the following commands in your terminal. ```bash -sh -c "$(curl -fsSL https://raw.fastgit.org/astronomical-data-processing/csst-dfs-api/master/tools/csst-dfs-api-install.sh)" - v0.0.4 +sh -c "$(curl -fsSL https://raw.fastgit.org/astronomical-data-processing/csst-dfs-api/master/tools/csst-dfs-api-install.sh)" ``` ## Configuration enviroment variables - CSST_DFS_API_MODE = local or cluster # default: local - CSST_LOCAL_FILE_ROOT = [a local file directory] # required if DFS_API_MODE = local, default: /opt/temp/csst -- CSST_DFS_GATEWAY = [gateway server's address] # required if DFS_API_MODE = cluster, +- CSST_DFS_GATEWAY = [gateway server's address] # required if DFS_API_MODE = cluster