We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795e82c commit 7e74df3Copy full SHA for 7e74df3
README.md
@@ -80,11 +80,11 @@ mx fetch-jdk --java-distribution labsjdk-ce-19
80
export JAVA_HOME=/path/to/labsjdk-ce-19-jvmci-23.0-b04
81
```
82
83
-#### 3. Install NodeProf
+#### 3. Install [NodeProf](https://github.com/KTH-LangSec/nodeprof.js)
84
85
```bash
86
mkdir nodeprof-graalvm && cd nodeprof-graalvm
87
-git clone https://github.com/pmoosi/nodeprof.js.git
+git clone https://github.com/KTH-LangSec/nodeprof.js.git
88
mx sforceimports
89
mx build
90
0 commit comments