diff options
Diffstat (limited to 'support/doc/dependencies.md')
-rw-r--r-- | support/doc/dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 5cf1d5879..680f9c7d9 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -39,7 +39,7 @@ _note_: only **LTS** versions of external dependencies are supported. If no LTS | |||
39 | # apt-get install curl sudo unzip vim | 39 | # apt-get install curl sudo unzip vim |
40 | ``` | 40 | ``` |
41 | 41 | ||
42 | 2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access | 42 | 2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access. You can see a guide for how to do this in Debian/Ubuntu [here](https://www.digitalocean.com/community/tutorials/how-to-add-and-delete-users-on-ubuntu-20-04). |
43 | 43 | ||
44 | 3. Install NodeJS 16.x: | 44 | 3. Install NodeJS 16.x: |
45 | [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) | 45 | [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) |