Skip to content

Commit 1243559

Browse files
authored
Update README.md
1 parent b0f86fc commit 1243559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is the source for the Introduction to Data Science textbook.
99
- in terminal, navigate to the root of this project repo
1010
- type the following in terminal:
1111
```
12-
docker run --rm -it -p 8787:8787 -v $PWD:/home/rstudio/introduction-to-datascience -e PASSWORD=password ubcdsci/intro-to-ds
12+
docker run --rm -it -p 8787:8787 -v $PWD:/home/rstudio/introduction-to-datascience -e PASSWORD=password ubcdsci/intro-to-ds:v0.1.0
1313
```
1414
- open a web browser and type [http://localhost:8787/](http://localhost:8787/)
1515
- for the username enter `rstudio`

0 commit comments

Comments
 (0)