File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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
236
236
237
237
Install a binary package via [ pkg] ( https://www.freebsd.org/cgi/man.cgi?pkg ) :
238
238
239
- ``` sh
239
+ ``` bash
240
240
pkg install node
241
241
```
242
242
243
243
Or compile it on your own using [ ports] ( https://www.freebsd.org/cgi/man.cgi?ports ) :
244
244
245
- ``` sh
245
+ ``` bash
246
246
cd /usr/ports/www/node && make install
247
247
```
248
248
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
222
222
223
223
Install a binary package via [ pkg] ( https://www.freebsd.org/cgi/man.cgi?pkg ) :
224
224
225
- ``` sh
225
+ ``` bash
226
226
pkg install node
227
227
```
228
228
229
229
Or compile it on your own using [ ports] ( https://www.freebsd.org/cgi/man.cgi?ports ) :
230
230
231
- ``` sh
231
+ ``` bash
232
232
cd /usr/ports/www/node && make install
233
233
```
234
234
You can’t perform that action at this time.
0 commit comments