Skip to content

Commit 2d5c5ee

Browse files
committed
Updating README
1 parent 1f39f97 commit 2d5c5ee

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,17 @@ pip install openmc-plotter
3030
From a directory containing an OpenMC model run:
3131

3232
```console
33-
openmc-plotter
33+
$ openmc-plotter -d <path_to_openmc_model_dir>
3434
```
3535

36+
or simply run
37+
38+
```console
39+
$ openmc-plotter
40+
```
41+
42+
from the directory containing the model.
43+
3644
Once the viewer has opened, press `?` to view a variety of keyboard shortcuts.
3745

3846
![shortcuts](./screenshots/shortcuts.png)

0 commit comments

Comments
 (0)