You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,9 @@ Appmetrics uses `node-gyp` to compile and build local binary libraries to enhanc
60
60
61
61
You can get Node Application Metrics from 3 different places:
62
62
63
-
* npmjs.org (install by running `npm install appmetrics`. Native libraries are prebuilt)
64
-
* Github ([install from source](https://github.com/RuntimeTools/appmetrics/wiki/Install-direct-from-github-source) by cloning the git repository. Requires a compiler)
65
-
*[IBM SDK for Node.js](https://developer.ibm.com/node/sdk/) (packaged with the SDK, native libraries are prebuilt)
63
+
* npmjs.org (install by running `npm install appmetrics`. [Requires a compiler](#pre-requisites))
64
+
* Github ([install from source](https://github.com/RuntimeTools/appmetrics/wiki/Install-direct-from-github-source) by cloning the git repository. [Requires a compiler](#pre-requisites))
65
+
*[IBM SDK for Node.js](https://developer.ibm.com/node/sdk/) (packaged with the SDK, native libraries are prebuilt. Nodejs v10 or earlier)
0 commit comments