File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,13 +236,13 @@ The most recent release of Node.js is available via the [www/node](http://freshp
236236
237237Install a binary package via [ pkg] ( https://www.freebsd.org/cgi/man.cgi?pkg ) :
238238
239- ``` sh
239+ ``` bash
240240pkg install node
241241```
242242
243243Or compile it on your own using [ ports] ( https://www.freebsd.org/cgi/man.cgi?ports ) :
244244
245- ``` sh
245+ ``` bash
246246cd /usr/ports/www/node && make install
247247```
248248
Original file line number Diff line number Diff line change @@ -222,13 +222,13 @@ The most recent release of Node.js is available via the [www/node](http://freshp
222222
223223Install a binary package via [ pkg] ( https://www.freebsd.org/cgi/man.cgi?pkg ) :
224224
225- ``` sh
225+ ``` bash
226226pkg install node
227227```
228228
229229Or compile it on your own using [ ports] ( https://www.freebsd.org/cgi/man.cgi?ports ) :
230230
231- ``` sh
231+ ``` bash
232232cd /usr/ports/www/node && make install
233233```
234234
You can’t perform that action at this time.
0 commit comments