From e59886b388b86903d779bda04cca3fef18b80b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shixiang=20Wang=20=28=E7=8E=8B=E8=AF=97=E7=BF=94=29?= Date: Thu, 14 Mar 2024 13:06:16 +0800 Subject: [PATCH] Update README.md update container tag use --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5e3ecb7..158a9c59 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,10 @@ docker pull shixiangwang/ucscxenashiny > From v2, docker pull from GitHub `ghcr.io` registry is also supported, e.g., `docker pull ghcr.io/openbiox/ucscxenashiny:master`. All versions can be found at . -To use a specified version (e.g., `v1.0.2`; latest code commit will auto-build a tag `master`), run the following command to install: +To use a specified version (e.g., `2.0.0`; latest code commit will auto-build a tag `master`), run the following command to install: ```bash -docker pull shixiangwang/ucscxenashiny:v2.0.0 +docker pull shixiangwang/ucscxenashiny:2.0.0 # docker pull shixiangwang/ucscxenashiny:master # For latest code, unstable ```