Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soumitag authored Feb 24, 2021
1 parent cfe4462 commit 2235dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<!--If you want to run **multiSLIDE** on a different port, say 9191 instead of 8080, use:-->
Expand Down

0 comments on commit 2235dd7

Please sign in to comment.