Skip to content

Commit 51a0ee5

Browse files
language: fix annotation for nodejs install script example
1 parent 9d0499b commit 51a0ee5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • docs/programming-languages/javascript

docs/programming-languages/javascript/nodejs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Practicalli created a script to install Node.js via FNM on Linux. FNM is a fast
1616

1717
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.
1818

19-
!!! "Install Nodejs via FNM"
19+
!!! EXAMPLE "Install Nodejs via FNM"
2020
```shell
2121
#!/usr/bin/env bash
2222

@@ -82,6 +82,7 @@ Practicalli created a script to install Node.js via FNM on Linux. FNM is a fast
8282
!!! INFO "Practicalli Debian Linux Post Install scripts"
8383
[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.
8484

85+
8586
=== "MacOSX Homebrew"
8687

8788
Install via [brew.sh](https://brew.sh/) and the [Homebrew Formulae for node](https://formulae.brew.sh/formula/node)

0 commit comments

Comments
 (0)