Skip to content

Commit

Permalink
r20241119 --> r20241208 to match the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Dec 9, 2024
1 parent 16222fa commit 9e91334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ Press <kbd>command</kbd> + <kbd>space</kbd> and type `Terminal` and press <kbd>r
# Go to your home directory
cd ~
# Download the repository --> the repository will be downloaded as zip file named balgrist-sci.zip
curl -L -o balgrist-sci.zip https://github.com/sct-pipeline/balgrist-sci/archive/refs/tags/r20241119.zip
# Unzip the downloaded file --> the unzipped directory will be named balgrist-sci-r20241119
curl -L -o balgrist-sci.zip https://github.com/sct-pipeline/balgrist-sci/archive/refs/tags/r20241208.zip
# Unzip the downloaded file --> the unzipped directory will be named balgrist-sci-r20241208
unzip balgrist-sci.zip
rm balgrist-sci.zip
# Rename the unzipped directory to balgrist-sci
mv balgrist-sci-r20241119 balgrist-sci
mv balgrist-sci-r20241208 balgrist-sci
# Make the process_data.sh script executable
cd balgrist-sci
chmod u+x process_data.sh
Expand Down

0 comments on commit 9e91334

Please sign in to comment.