Skip to content

Commit 4862820

Browse files
committed
Update NuSMV guide
1 parent e428d69 commit 4862820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/lsp/040_install_nusmv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ title: Installing NuSMV
1212
2. Unzip the archive to a folder of your choice.
1313

1414
3. You can run NuSMV in console mode using the respective binary in the `bin` folder (`NuSMV.exe` or `NuSMV`). Add the
15-
`*.smv` file you want to load as an argument:
15+
path to the `.smv` file you want to load as an argument:
1616

1717
```
18-
cd /path/to/nusmv
18+
cd /path/to/nusmv/bin
1919
./NuSMV /path/to/file.smv
2020
```
2121

0 commit comments

Comments
 (0)