Skip to content

Commit 757bc5b

Browse files
committed
Small typo, and clarification
1 parent 57e0f77 commit 757bc5b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,17 @@ To run the command-line interface using docker image:
5050
::
5151
$ docker run --rm -it --name mathics-cli -v /tmp:/usr/src/app/data mathicsorg/mathics --mode cli
5252

53+
If you want to add options add them at then end preceded with `--`: for example:
54+
55+
::
56+
$ docker run --rm -it --name mathics-cli -v /tmp:/usr/src/app/data mathicsorg/mathics --mode cli -- --help
57+
5358
To run the Django web interface using docker image:
5459
::
5560
$ docker run --rm -it --name mathics-web -p 8000:8000 -v /tmp:/usr/src/app/data mathicsorg/mathics --mode ui
5661

5762

58-
This dockeriztion was modified from `sealemar/mathics-dockerized <https://github.com/sealemar/mathics-dockerized>`_. See that for more details on how this works.
63+
This dockerization was modified from `sealemar/mathics-dockerized <https://github.com/sealemar/mathics-dockerized>`_. See that for more details on how this works.
5964

6065
Contributing
6166
------------

0 commit comments

Comments
 (0)