We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e588f commit a89aea3Copy full SHA for a89aea3
INSTALLATION.md
@@ -141,6 +141,14 @@ The quiz application requires Node.js and npm.
141
**Linux:**
142
```bash
143
# Debian/Ubuntu
144
+# WARNING: Piping scripts from the internet directly into bash can be a security risk.
145
+# It is recommended to review the script before running it:
146
+# curl -fsSL https://deb.nodesource.com/setup_lts.x -o setup_lts.x
147
+# less setup_lts.x
148
+# Then run:
149
+# sudo -E bash setup_lts.x
150
+#
151
+# Alternatively, you can use the one-liner below at your own risk:
152
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
153
sudo apt-get install -y nodejs
154
0 commit comments