From e76c47ac7eb209579409a740f114ee31f55e1455 Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Fri, 15 Apr 2022 21:06:20 +0800 Subject: [PATCH] no ver --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7eb7bc..d890b69 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 -- GitLab