From 0ff1854e8baa833a796787bca134d73cee1a24f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesus=20Hernando=20Paz=20Bola=C3=B1os?= Date: Fri, 12 Jan 2024 11:47:19 -0500 Subject: [PATCH] update faq --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb19080e..db201daf 100644 --- a/README.md +++ b/README.md @@ -320,9 +320,15 @@ _source: _ ## FAQ -Q: How do I migrate to the new repo? +Q: Are the scripts deprecated? -A: Please take a look at [wiki](https://github.com/nodesource/distributions/wiki/How-to-migrate-to-the-new-repository) +A: The scripts are deprecated for the versions of Node.js that are currently outdated. While the packages for these versions still exist, we no longer provide support for them. Our support is exclusively dedicated to the active Node.js versions, which, as of today, are 18, 20, and 21. Users utilizing these versions can confidently use our scripts, but we encourage those using older versions to upgrade for continued support and the best experience. + +--- + +Q: How can I configure the repository manually? + +A: If you prefer to manually configure the repository, we have a detailed guide to assist you through the process. Please visit our [Repository Manual Installation Guide](https://github.com/nodesource/distributions/wiki/Repository-Manual-Installation) for comprehensive instructions. This guide is designed to provide step-by-step directions to ensure a smooth and successful manual setup of the repository for your Node.js environment. ---