Skip to content

Commit

Permalink
Merge pull request #28 from tim-devereux/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
thomas-lowe authored Dec 9, 2024
2 parents 99698be + 648524e commit 492c079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker run -it raycloudtools:latest /bin/bash
```console
# Login to GitHub Container Registry (required once)
export CR_PAT=YOUR_GITHUB_TOKEN
echo $CR_PAT | apptainer registry login ghcr.io -u YOUR_GITHUB_USERNAME --password-stdin
apptainer registry login -u YOUR_GITHUB_USERNAME -p $CR_PAT oras://ghcr.io

# Pull and convert the container
apptainer pull docker://ghcr.io/csiro-robotics/raycloudtools:latest
Expand Down

0 comments on commit 492c079

Please sign in to comment.