diff --git a/README.md b/README.md index 60e997b..ef04fd2 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ The easiest way to run a local instance of Ark is using the provided Docker imag 1. **Download the Latest Docker Image**: Download the latest TracEX Docker image from the provided link: [docker image](...). 1. **Load the Docker Image**: Open a terminal or command prompt and navigate to the directory where you downloaded the Docker image file. Run the following command to load the image: `sudo docker load -i tracex.tar`\ Note: Depending on your system configuration, you may need to run this command with sudo privileges. -1. **Run the Docker Container**: After the image is successfully loaded, run the following command to start the TracEX container: `sudo docker run -p 8000:8000` -This command will start the container and map port 8000 from the container to port 8000 on your local machine. Again, you may need to use sudo depending on your system setup.\ +1. **Run the Docker Container**: After the image is successfully loaded, run the following command to start the TracEX container: `sudo docker run -p 8000:8000`\ +This command will start the container and map port 8000 from the container to port 8000 on your local machine. Again, you may need to use sudo depending on your system setup. 1. **Access TracEX**: Open a web browser and navigate to http://localhost:8000/. This will bring you to the TracEX application, where you can start extracting patient journeys. ## Local Setup for Development