Skip to content

Commit 7f428c6

Browse files
committed
update readme
1 parent a99cfd6 commit 7f428c6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ library("LocalizedMarkerDetector")
4545
Alternatively, we provide a Docker environment with LMD and all its dependencies pre-installed. The pre-built Docker image can be downloaded using:
4646

4747
``` bash
48-
docker pull ruiqi0130/lmd-rstudio:lastest
48+
docker pull ruiqi0130/lmd-rstudio:latest
4949
```
5050

5151
and to run the docker container:
5252

5353
``` bash
54-
docker run -it --rm --name lmd -p 8029:8787 -v /data/:/data/ docker.io/ruiqi0130/lmd-rstudio:latest
54+
docker run -it --rm --name lmd -p 8029:8787 -v /data/:/data/ docker.io/ruiqi0130/lmd-rstudio:latest
5555
```
5656

5757
Here, change `/data:/data` to `<your_local_data_directory>:/data`. A rstudio will be on port 8029.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ dependencies pre-installed. The pre-built Docker image can be downloaded
3838
using:
3939

4040
``` bash
41-
docker pull ruiqi0130/lmd-rstudio:lastest
41+
docker pull ruiqi0130/lmd-rstudio:latest
4242
```
4343

4444
and to run the docker container:
4545

4646
``` bash
47-
docker run -it --rm --name lmd -p 8029:8787 -v /data/:/data/ docker.io/ruiqi0130/lmd-rstudio:latest
47+
docker run -it --rm --name lmd -p 8029:8787 -v /data/:/data/ docker.io/ruiqi0130/lmd-rstudio:latest
4848
```
4949

5050
Here, change `/data:/data` to `<your_local_data_directory>:/data`. A

docs/index.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)