diff --git a/README.md b/README.md index 49b48f2..c457a84 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,7 @@ This stack packages the Spyder IDE inside a Docker container and supports both n mkdir -p spyder-home spyder-workspace ``` -5. **Log in to the registry once** (required the first time you pull private images): - - ```bash - docker login git.maxboeer.com - ``` - - Use your Gitea username and a personal access token with `read:packages` permission. - -6. **Launch Spyder** using the runtime compose file: +5. **Launch Spyder** using the runtime compose file: ```bash docker compose -f compose.runtime.yaml up