Skip to content

Commit 4746847

Browse files
authored
Update INSTALLING.md
1 parent 680bf73 commit 4746847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/INSTALLING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For dynamic builds, additional shared libraries (`.dll`, `.so`, `.dylib`) are in
5151
2. Add `C:\Tools\DynAdjust` to the system PATH environment variable.
5252
3. Open the command prompt, and run the following command to verify the installation has been successful:
5353
```bash
54-
dnaadjust.exe --help
54+
adjust.exe --help
5555
```
5656

5757
#### Windows (with Intel MKL) Package
@@ -61,7 +61,7 @@ dnaadjust.exe --help
6161
3. Add `C:\Tools\DynAdjust` to the system PATH environment variable.
6262
4. Open the command prompt, and run the following command to verify the installation has been successful:
6363
```bash
64-
dnaadjust.exe --help
64+
adjust.exe --help
6565
```
6666

6767
### macOS Packages

0 commit comments

Comments
 (0)