From f39520fdf0ddf967ac6bb6587a2716fa70bb8e61 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:48:14 +0100 Subject: [PATCH] Update for v12 --- Getting-started.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Getting-started.md b/Getting-started.md index 81fd418..cdc00bf 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 version 18 and npm version 8 ([nvm](https://github.com/nvm-sh/nvm) is usually a good way of managing your Node versions) + 2. Install Node.js version 24 ([nvm](https://github.com/nvm-sh/nvm) is usually a good way of managing your Node versions) 3. `git clone https://github.com/gchq/CyberChef.git` 4. `cd CyberChef` 5. `npm install` @@ -65,9 +65,8 @@ npm test - `static/` - Static files like images - `test/` - `tests/` - Configuration for tests on operations and recipes - - `.babelrc` - Babel transpilation configuration + - `babel.config.js` - Babel transpilation configuration - `.editorconfig` - Text editor conventions stored in a cross-compatible format - - `.travis.yml` - Travis CI build process configuration - `Gruntfile.js` - Grunt build process configuration - `webpack.config.js` - Webpack configuration - `postcss.config.js` - PostCSS configuration