From 271f9c93969a31a3bf98a7a4ae4fbb46ec31afe8 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Thu, 25 Jul 2024 16:07:22 -0700 Subject: [PATCH] Readme nit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 80d922c..f4af52f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ can work locally on the devcontainer: This will create a fork of the repository that can be worked on inside a local copy of [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`. +Lastly, you can directly obtain the underlying container image by typing in Terminal: + +```sh +docker pull ghcr.io/coatless-devcontainer/r-pkg:latest +``` + ## Quick start 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.