diff --git a/site/content/en/docs/Getting started/prerequisites.md b/site/content/en/docs/Getting started/prerequisites.md index fc1bce63..72fea057 100644 --- a/site/content/en/docs/Getting started/prerequisites.md +++ b/site/content/en/docs/Getting started/prerequisites.md @@ -25,7 +25,7 @@ Running Amazon Genomics CLI on Windows has not been tested, but it should run in * Install node.js ``` -curl -fsSL https://deb.nodesource.com/setup_15.x | sudo -E bash - +curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt-get install -y nodejs ```