Skip to content

Commit 271f9c9

Browse files
committed
Readme nit
1 parent 818f936 commit 271f9c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ can work locally on the devcontainer:
2020
This will create a fork of the repository that can be worked on inside a local copy of
2121
[Visual Studio Code](https://code.visualstudio.com/) through the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers). With the extension installed, you can open the repository in a container by pressing `F1` (to bring up command palette) and typing `Dev Container: Reopen in Container`.
2222

23+
Lastly, you can directly obtain the underlying container image by typing in Terminal:
24+
25+
```sh
26+
docker pull ghcr.io/coatless-devcontainer/r-pkg:latest
27+
```
28+
2329
## Quick start
2430

2531
Run the following series of commands inside of R once the container opens. Make sure to change `"name-of-package"` to your current package name.

0 commit comments

Comments
 (0)