File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ create [node-build][]-compatible definitions from [nodejs.org](https://nodejs.or
5
5
6
6
[ ![ Latest GitHub Release] ( https://img.shields.io/github/v/release/nodenv/node-build-update-defs?logo=github&sort=semver )] ( https://github.com/nodenv/node-build-update-defs/releases/latest )
7
7
[ ![ Latest npm Release] ( https://img.shields.io/npm/v/@nodenv/node-build-update-defs )] ( https://www.npmjs.com/package/@nodenv/node-build-update-defs/v/latest )
8
- [ ![ Test] ( https://img.shields.io/github/workflow/status/nodenv/node-build-update-defs/Test ?label=tests&logo=github )] ( https://github.com/nodenv/node-build-update-defs/actions?query=workflow%3ATest )
8
+ [ ![ Test] ( https://img.shields.io/github/actions/ workflow/status/nodenv/node-build-update-defs/test.yml ?label=tests&logo=github )] ( https://github.com/nodenv/node-build-update-defs/actions/workflows/test.yml )
9
9
10
10
<!-- toc -->
11
11
@@ -36,15 +36,15 @@ To install, clone this repository into your `$(nodenv root)/plugins` directory.
36
36
37
37
brew install nodenv/nodenv/node-build-update-defs
38
38
39
- * __ Note: __
40
- Requires manually adding ` $(brew --prefix node-build-update-defs)/share/node-build ` directory to ` NODE_BUILD_DEFINITIONS ` *
39
+ > [ !note ]
40
+ > Requires manually adding ` $(brew --prefix node-build-update-defs)/share/node-build ` directory to ` NODE_BUILD_DEFINITIONS `
41
41
42
42
### Installation with npm
43
43
44
44
npm install --global @nodenv/node-build-update-defs
45
45
46
- * __ Note: __
47
- Requires manually adding ` $(npm -g prefix)/lib/node_modules/@nodenv/node-build-update-defs/share/node-build ` directory to ` NODE_BUILD_DEFINITIONS ` *
46
+ > [ !note ]
47
+ > Requires manually adding ` $(npm -g prefix)/lib/node_modules/@nodenv/node-build-update-defs/share/node-build ` directory to ` NODE_BUILD_DEFINITIONS `
48
48
49
49
## Requirements
50
50
You can’t perform that action at this time.
0 commit comments