diff --git a/benchmarks/flowertune-llm/evaluation/code/README.md b/benchmarks/flowertune-llm/evaluation/code/README.md index 689ea7832772..4ad9c96e8594 100644 --- a/benchmarks/flowertune-llm/evaluation/code/README.md +++ b/benchmarks/flowertune-llm/evaluation/code/README.md @@ -26,6 +26,8 @@ After that, install `Node.js` and `g++` for the evaluation of JavaScript, C++: # Install nvm (Node Version Manager) curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash +# Restart your terminal + # Download and install Node.js (you may need to restart the terminal) nvm install 20