diff --git a/README.md b/README.md index 06d668e01..bb7cb2232 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The preferred way to run a local instance of **multiSLIDE** is using the pre-bui * To launch **multiSLIDE** execute the following command: ```bash - $ docker run -d -p 8080:8080 -v multislide_home:/usr/local/multiSLIDE soumitag/multislide:2.0 + $ docker run -d -p 8080:8080 soumitag/multislide:2.0 ``` **multiSLIDE** should now be available at http://localhost:8080/multislide. Navigate to this link with your browser and start using **multiSLIDE**. Starting up the application might take a while, please take a sip of coffee and wait for a minute.