File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,27 +12,27 @@ First ensure Node and NPM are installed. Following the instructions specific to
1212Open the Terminal app and run the following commands:
1313
1414``` shell
15- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1 /install.sh | bash
16- nvm install 22
17- npm install -g @hiero-ledger /mirror-report
15+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3 /install.sh | bash
16+ nvm install 24
17+ npm install -g @hashgraph /mirror-report
1818```
1919
2020### Windows
2121
22- Download the Node.js 22 prebuilt [ installer] ( https://nodejs.org/dist/v22.12.0 /node-v22.12.0 -x64.msi ) for Windows x64.
22+ Download the Node.js 24 prebuilt [ installer] ( https://nodejs.org/dist/v24.11.1 /node-v24.11.1 -x64.msi ) for Windows x64.
2323Follow the prompts to complete the installation with the default options. Open the Command Prompt application and run
2424the following:
2525
2626``` shell
27- npm install -g @hiero-ledger /mirror-report
27+ npm install -g @hashgraph /mirror-report
2828```
2929
3030## Upgrading
3131
3232To upgrade the version of the report tool, re-run the NPM install command to grab the latest version:
3333
3434``` shell
35- npm install -g @hiero-ledger /mirror-report
35+ npm install -g @hashgraph /mirror-report
3636```
3737
3838## Running
You can’t perform that action at this time.
0 commit comments