Skip to content

Commit 33c5b99

Browse files
Fix mirror-report docs (#12571)
* Bump version of nvm and node used in mirror-report * Fix mirror-report docs Signed-off-by: Steven Sheehy <[email protected]>
1 parent e29c1f1 commit 33c5b99

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/mirror-report/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@ First ensure Node and NPM are installed. Following the instructions specific to
1212
Open 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.
2323
Follow the prompts to complete the installation with the default options. Open the Command Prompt application and run
2424
the following:
2525

2626
```shell
27-
npm install -g @hiero-ledger/mirror-report
27+
npm install -g @hashgraph/mirror-report
2828
```
2929

3030
## Upgrading
3131

3232
To 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

0 commit comments

Comments
 (0)