diff options
Diffstat (limited to 'src/node/NOTES.md')
-rw-r--r-- | src/node/NOTES.md | 7 |
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. |