Update INSTALLATION.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
copilot/fix-0de5e46c-afe2-43ab-8c38-67d5a3358ccc
Lee Stott 2 months ago committed by GitHub
parent e0e588fe84
commit a89aea3875
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -141,6 +141,14 @@ The quiz application requires Node.js and npm.
**Linux:**
```bash
# Debian/Ubuntu
# WARNING: Piping scripts from the internet directly into bash can be a security risk.
# It is recommended to review the script before running it:
# curl -fsSL https://deb.nodesource.com/setup_lts.x -o setup_lts.x
# less setup_lts.x
# Then run:
# sudo -E bash setup_lts.x
#
# Alternatively, you can use the one-liner below at your own risk:
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs

Loading…
Cancel
Save