From e5f8c14a7771c62156111ea1ccc109ed3b7dc657 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Wed, 16 Oct 2019 16:45:59 +0100 Subject: [PATCH] Updated Getting started (markdown) --- Getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-started.md b/Getting-started.md index 5f45215..e00e9a2 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -3,7 +3,7 @@ CyberChef uses the Grunt build system, so it's very easy to install. You'll need to carry out the following steps to get going: 1. Install Git - 2. Install Node.js and its package manager, npm + 2. Install the latest LTS version of Node.js and its package manager, npm 3. Install Grunt: `npm install -g grunt-cli` 4. `git clone https://github.com/gchq/CyberChef.git` 5. `cd CyberChef`