Skip to content

Commit 5676efd

Browse files
debian: update practicalli nodejs install script description
1 parent 51a0ee5 commit 5676efd

1 file changed

Lines changed: 20 additions & 17 deletions

File tree

  • docs/programming-languages/javascript

docs/programming-languages/javascript/nodejs.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,26 @@ Practicalli created a script to install Node.js via FNM on Linux. FNM is a fast
1313

1414
=== "Practicalli Script"
1515

16+
Clone [:fontawesome-brands-github: Practicalli Dotfiles](https://github.com/practicalli/dotfiles){target=_blank} repository.
1617

17-
The install script is an extension of the Node.js install script, adding support for XDG_CONFIG_HOME and including a check of the Node.js version installed.
18+
Run the `debian-linux/tui/nodejs-fnm-install.sh` script to install the latest Neovim release system wide.
1819

19-
!!! EXAMPLE "Install Nodejs via FNM"
20+
Run the script to install Node.js version 24 (current stable release).
21+
22+
!!! "Install Nodejs version 24"
23+
```shell
24+
./nodejs-fnm-install.sh
25+
```
26+
27+
Pass an argument to the script to install a specific version of Node.js
28+
29+
```shell
30+
./nodejs-fnm-install.sh 25
31+
```
32+
33+
34+
??? EXAMPLE "Install Nodejs via FNM"
35+
The install script is an extension of the Node.js install script, adding support for XDG_CONFIG_HOME and including a check of the Node.js version installed.
2036
```shell
2137
#!/usr/bin/env bash
2238

@@ -65,22 +81,9 @@ Practicalli created a script to install Node.js via FNM on Linux. FNM is a fast
6581
echo
6682
```
6783

68-
Run the script to install Node.js version 24.
69-
70-
!!! "Install Nodejs version 24"
71-
```shell
72-
./nodejs-fnm-install.sh
73-
```
74-
75-
Pass an argument to the script to install a specific version of Node.js
76-
77-
!!! "Install Nodejs version 25"
78-
```shell
79-
./nodejs-fnm-install.sh 25
80-
```
8184

82-
!!! INFO "Practicalli Debian Linux Post Install scripts"
83-
[Practicalli Dotfiles repository](https://github.com/practicalli/dotfiles){target=_blank} contains scripts to install a range of software development tools, TUI's, Programming Launguages and Linux system administration tools.
85+
??? INFO "Practicalli Debian Linux Post Install scripts"
86+
[Practicalli Dotfiles repository](https://github.com/practicalli/dotfiles){target=_blank} contains scripts to install a range of software development tools, TUI's, Programming Launguages and Linux system administration tools.
8487

8588

8689
=== "MacOSX Homebrew"

0 commit comments

Comments
 (0)