From b2da2a66dbb50227c2fc91e713715f34642fdf5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Braghi=C8=99?= Date: Thu, 4 Apr 2024 11:38:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96c39ee6..d00303f7 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Within the VM shell, you can run `./manage.py` to run any Django management comm ## Frontend tooling (Docker and Vagrant) -During the initial setup, you will need to build the the frontend assets: +During the initial setup, you will need to build the frontend assets: - `nvm use` to use the suggested node version (requires [nvm](https://github.com/nvm-sh/nvm), [fnm](https://github.com/Schniz/fnm) or similar. You'll also need to run `nvm install` to install and activate the version of node required for the project) - `npm i` to install dependencies