From 8b5a4f3bd4c80e1573d63e36ba10710d05a2f07e Mon Sep 17 00:00:00 2001 From: Harry Wixley Date: Wed, 10 Jul 2024 22:20:55 +0100 Subject: [PATCH] GPT-commit: Update dependencies display in README on WYX-CLI config viewing. Update dependency viewing for WYX-CLI configuration. --- .github/README.md | 2 +- .github/README_TEMPLATE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 0bae3d4..e69fae2 100644 --- a/.github/README.md +++ b/.github/README.md @@ -110,7 +110,7 @@ rm -rf
## Dependencies -View current dependencies for your system by running: +View current dependencies for your WYX-CLI configuration by running: ``` wyx list-deps ``` diff --git a/.github/README_TEMPLATE.md b/.github/README_TEMPLATE.md index 90b5313..95af5bb 100644 --- a/.github/README_TEMPLATE.md +++ b/.github/README_TEMPLATE.md @@ -110,7 +110,7 @@ rm -rf
## Dependencies -View current dependencies for your system by running: +View current dependencies for your WYX-CLI configuration by running: ``` wyx list-deps ```