From acb91ededf669599534835235e42a6bd5faf1d65 Mon Sep 17 00:00:00 2001 From: meaz Date: Wed, 6 Mar 2024 00:19:28 +0100 Subject: [PATCH] update nvm version needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e9132c..4aa05d6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ When changing static elements (css, images etc), edit files in `src/`. Once done ``` curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash source ~/.profile or ~/.bashrc -nvm install 18.16.0 # or whatever version you want +nvm install 18.19.0 # or whatever version you want npm install -g npm cd searx/static/themes/beetroot npm install