From b322df9dfedce9569e545c45448eba7bf3e4f09b Mon Sep 17 00:00:00 2001 From: Dean Taylor Date: Thu, 8 Feb 2024 10:26:39 +0800 Subject: [PATCH] Update README.md Add repository link path to charts --- releases/xnat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/xnat/README.md b/releases/xnat/README.md index 37bae15..2e6ae5c 100644 --- a/releases/xnat/README.md +++ b/releases/xnat/README.md @@ -3,7 +3,7 @@ [XNAT](https://www.xnat.org/) is an open source imaging informatics platform developed by the Neuroinformatics Research Group at Washington University. XNAT was originally developed at Washington University in the Buckner Lab, which is now located at Harvard University. It facilitates common management, productivity, and quality assurance tasks for imaging and associated data. ```bash -$ helm repo add ais https://TODO/charts +$ helm repo add ais https://australian-imaging-service.github.io/charts $ helm upgrade xnat ais/xnat --install ```