aboutsummaryrefslogtreecommitdiff
path: root/src/node/NOTES.md
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-12-27 20:27:57 +0300
committerGitHub <noreply@github.com>2022-12-27 20:27:57 +0300
commit19bc8bb633a8eb41b581296f468b85b7ac31a828 (patch)
tree1b67513cf20d6c816bdae747a94f730c180dce63 /src/node/NOTES.md
parent80ed2fbc302db2d2e9053dbd042815e700f00a66 (diff)
OS support in Feature NOTES.md (#366)
* https://github.com/devcontainers/features/issues/360 * omit from common utils
Diffstat (limited to 'src/node/NOTES.md')
-rw-r--r--src/node/NOTES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/node/NOTES.md b/src/node/NOTES.md
index a6a4aba..65eb93b 100644
--- a/src/node/NOTES.md
+++ b/src/node/NOTES.md
@@ -16,3 +16,10 @@ Alternatively, you can start up an interactive shell which will in turn source `
"postCreateCommand": "bash -i -c 'nvm install --lts'"
```
+
+
+## OS Support
+
+This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
+
+`bash` is required to execute the `install.sh` script.