Skip to content

Commit eda96f5

Browse files
authored
Update README.md
1 parent 3f7577c commit eda96f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ We also provide Docker images, built off of `rocker/rstudio`, that already have
9595

9696
The latest version can be found at:
9797
```
98-
greenleaf/archr:latest
98+
greenleaflab/archr:latest
9999
```
100100
and other versions, including images built with differing R versions, can be found at:
101101
```
@@ -106,7 +106,7 @@ To utilize these images, the user can first install Docker as mentioned in their
106106

107107
Following, create a container using the following command:
108108
```
109-
docker image pull immanuelazn/archr:latest
109+
docker image pull greenleaflab/archr:latest
110110
docker run -it --rm -v <your_workspace>:/workspace -p <your_port_of_interest>:8787
111111
```
112112
This will spin up a container that has Rstudio turned on by default. Rstudio can be accessed through:

0 commit comments

Comments
 (0)