From 0f69af95fea2ec5b6bb7e8ded80e3ac434c9fc42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=B6hmer?= Date: Wed, 21 Feb 2024 07:11:20 +0100 Subject: [PATCH] Add missing shell prompt in command example --- content/get/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get/index.md b/content/get/index.md index e0c238f8..73f698ed 100644 --- a/content/get/index.md +++ b/content/get/index.md @@ -36,4 +36,4 @@ You can clone our [GitHub repository](https://github.com/RexOps/Rex.git) to inst Some of the optional dependencies might not be available on all platforms, but to install them as well, use this command: - dzil listdeps --suggests | cpanm + $ dzil listdeps --suggests | cpanm