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 e428d69 commit 4862820Copy full SHA for 4862820
lectures/lsp/040_install_nusmv.md
@@ -12,10 +12,10 @@ title: Installing NuSMV
12
2. Unzip the archive to a folder of your choice.
13
14
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:
+ path to the `.smv` file you want to load as an argument:
16
17
```
18
-cd /path/to/nusmv
+cd /path/to/nusmv/bin
19
./NuSMV /path/to/file.smv
20
21
0 commit comments