From 068d11f67b7a263a00f3a08ec3999bb300289129 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Rapha=C3=ABl=20Gertz?= <git@rapsys.eu>
Date: Sun, 13 Oct 2024 02:20:50 +0200
Subject: [PATCH] Improve post install output

---
 rapsys/packbundle/1.0/manifest.json | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rapsys/packbundle/1.0/manifest.json b/rapsys/packbundle/1.0/manifest.json
index 33faee6..9bd0497 100644
--- a/rapsys/packbundle/1.0/manifest.json
+++ b/rapsys/packbundle/1.0/manifest.json
@@ -24,11 +24,12 @@
 					"RAPSYSPACK_TIMEOUT": 60
 				},
 				"post-install-output": [
-					"  * Set your RAPSYSPACK_RANGE config in <fg=green>.env.local</>",
-					"  * XXX: Run \"php bin/console rapsyspack:range\" to generate a range"
+					"  * Set your RAPSYSPACK_RANGE",
+					"    1. Run <fg=orange>php bin/console rapsyspack:range</> to generate a range",
+					"    2. Append output to <fg=green>.env.local</> config file"
 				]
 			},
-			"ref": "22a856fa86e544c5930b638df0fdce9ad25b2f0b"
+			"ref": "3c2740d844a6c555f9285aef58584c339495658d"
 		}
 	}
 }
-- 
2.41.3