From 8efa9bafdfd09e27cecd69d758b1faaa4215d730 Mon Sep 17 00:00:00 2001 From: JJ-8 <34778827+JJ-8@users.noreply.github.com> Date: Fri, 21 Jul 2023 10:36:18 +0200 Subject: [PATCH] Remove GHCR authentication notice in README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 506baac23..9cde4b82d 100755 --- a/README.md +++ b/README.md @@ -18,8 +18,6 @@ Building CTFNote requires at least 3 GB of RAM. If you want to host CTFNote on a server with less than 3 GB of RAM, you can use the pre-build images from the GitHub Container Registry. -Make sure to [authenticate Docker to GHCR](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic). - Download `docker-compose.yml` and `docker-compose.prebuild.yml` for example through cloning the repository and run: ```shell