Skip to content

Commit dfd5a0d

Browse files
committed
updated readme
1 parent 636d66b commit dfd5a0d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ The steps to run the notebooks are:
3434

3535
1. [Download and install Docker Engine for your system](https://docs.docker.com/engine/install/). On Linux, ensure the docker daemon is loaded.
3636
2. Pull the docker image with the command
37-
```
38-
$ docker pull nielscautaerts/pyxem_template_matching_workflows
39-
```
37+
```
38+
$ docker pull nielscautaerts/pyxem_template_matching_workflows
39+
```
4040
4141
3. Run the docker image with
42-
```
43-
$ docker run -p 7000:8888 din14970/pyxem_template_matching_workflows
44-
```
45-
You can change the 7000 port on local host to any port number you like.
42+
```
43+
$ docker run -p 7000:8888 din14970/pyxem_template_matching_workflows
44+
```
45+
You can change the 7000 port on local host to any port number you like.
4646
4747
4. Now visit <http://localhost:7000>. Enter and submit the token that you may find in the terminal when you ran the `docker run` command (it's a long string of numbers and letters after `token=`). You should now see all the necessary files.
4848

0 commit comments

Comments
 (0)