Skip to content

Commit

Permalink
Update PROJECT_README.md
Browse files Browse the repository at this point in the history
fix some small error
  • Loading branch information
espenhgn authored Oct 28, 2024
1 parent 7f56f9f commit 961119a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/PROJECT_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ To obtain updated versions of the Singularity Image Format (.sif) container file
```bash
cd path/to/repositories/container_template/singularity
mv container_template.sif container_template.sif.old # optional, just rename the old(er) file
apptainer pull docker://ghcr.io/precimed/container_template:<tag> # or
singularity pull docker://ghcr.io/precimed/container_template:<tag> # or
apptainer pull container_template.sif docker://ghcr.io/precimed/container_template:<tag> # or
singularity pull container_template.sif docker://ghcr.io/precimed/container_template:<tag> # or
oras pull ghcr.io/precimed/container_template_sif:<tag>
```

Expand Down

0 comments on commit 961119a

Please sign in to comment.