From e5ea8ca549ee3fbdd5ee7f74b0923437132fc9b2 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Sat, 1 Feb 2025 21:56:14 +0100 Subject: [PATCH] docker: explain release channels and tags (fix #66) --- install/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/index.md b/install/index.md index 70a3edf9..3dbf0c0e 100644 --- a/install/index.md +++ b/install/index.md @@ -24,6 +24,8 @@ It contains the built executables *and* the build dependencies, in case you want docker pull ghcr.io/gbdev/rgbds:latest ``` +Each released version has a corresponding tag, while the `master` tag reflects the latest Git commit. + ### Installing a development version If you are willing to help us test new features, consider [using a development version](master.md).