You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
16
+
17
+
```
18
+
cd /path/to/nusmv
19
+
./NuSMV /path/to/file.smv
20
+
```
21
+
22
+
4. If you want to have the `NuSMV` command generally available within the command line without the need of navigating
23
+
to the program folder first, add the `bin` folder to the `PATH` environment variable. You can find resources online
24
+
on how to do that for your respective operating system. For instance, consult [this GitHub Gist](https://gist.github.com/nex3/c395b2f8fd4b02068be37c961301caa7).
0 commit comments