From dfd5a0d0e05f115f1534d95dedaba6aeae79c4ea Mon Sep 17 00:00:00 2001 From: Niels Cautaerts Date: Sun, 14 Nov 2021 16:12:38 +0100 Subject: [PATCH] updated readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d45c4e6..0523950 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,15 @@ The steps to run the notebooks are: 1. [Download and install Docker Engine for your system](https://docs.docker.com/engine/install/). On Linux, ensure the docker daemon is loaded. 2. Pull the docker image with the command -``` -$ docker pull nielscautaerts/pyxem_template_matching_workflows -``` + ``` + $ docker pull nielscautaerts/pyxem_template_matching_workflows + ``` 3. Run the docker image with -``` -$ docker run -p 7000:8888 din14970/pyxem_template_matching_workflows -``` -You can change the 7000 port on local host to any port number you like. + ``` + $ docker run -p 7000:8888 din14970/pyxem_template_matching_workflows + ``` + You can change the 7000 port on local host to any port number you like. 4. Now visit . 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.