From 763c8c42e57f13cbab5b9ea314079db4509a669d Mon Sep 17 00:00:00 2001 From: Peter Smit <43498358+Petersmit27@users.noreply.github.com> Date: Fri, 5 Sep 2025 16:55:57 +0200 Subject: [PATCH] Remove ghrc pull example from README since it's not available yet --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index bc5f088..91ee5d1 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,6 @@ Here is the current state of translation: 3. Run `npm run start-container` to start the postgres and the spliit2 containers 4. You can access the app by browsing to http://localhost:3000 -You could also pull it from the container registry: -```docker pull ghcr.io/spliit-app/spliit:latest``` - ## Health check The application has a health check endpoint that can be used to check if the application is running and if the database is accessible.