From 849c44d858379f5f8686b795588213c958f072b3 Mon Sep 17 00:00:00 2001 From: lewisakura Date: Mon, 7 Apr 2025 11:09:01 +0100 Subject: [PATCH] docs: add note about GCHR --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efc9e4c..60fdadb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,12 @@ Vencloud is Vencord's API for cloud settings sync! We provide a Docker build, so you don't need anything installed besides Docker! -### Cloning the Repository +### Using Docker and GitHub Container Registry + +We publish a built, stable image on [GHCR](https://ghcr.io/vencord/vencloud). Pull the image using `ghcr.io/vencord/vencloud`. Use the +`docker-compose.yml` file we have in this repository as a reference for further setup! + +### From Git First of all, you'll have to clone the source code to a convenient location: ```sh