From 687cbc390d245dfa74c77120764ac36f0836f6e8 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Fri, 22 Nov 2024 11:55:30 +0000
Subject: [PATCH] container-runtime: Mention the relationship between SLR 2.0
 and 1.0

Now that Proton 7.0 has been superseded by 8.0 and 9.0, the main
use-case for SLR 2.0 is that it's part of the implementation of SLR 1.0.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 docs/container-runtime.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/container-runtime.md b/docs/container-runtime.md
index 11a357483..cfd73bedd 100644
--- a/docs/container-runtime.md
+++ b/docs/container-runtime.md
@@ -94,7 +94,11 @@ It is very similar to [`sniper`](#sniper), except for its base distribution
 being 2 years older: this means its core libraries and compiler are also
 approximately 2 years older.
 
-Proton versions 5.13 to 7.0 (inclusive) use this runtime environment.
+This runtime environment is not directly available for use by game developers,
+but it forms part of the implementation of the
+[*Steam Linux Runtime 1.0 (scout)*][scout-on-soldier]
+compatibility tool.
+Proton versions 5.13 to 7.0 (inclusive) also use this runtime environment.
 
 The *Steam Linux Runtime 2.0 (soldier)* compatibility tool, app ID 1391110,
 is automatically downloaded to your Steam library as
-- 
GitLab