From beb383dd60885d1347051e6c53db3b62be17234d Mon Sep 17 00:00:00 2001 From: Peter Solymos Date: Mon, 1 Jul 2024 21:51:58 -0600 Subject: [PATCH] Update md Signed-off-by: Peter Solymos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fc680f..6a95159 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,7 @@ In a Dockerfile you can: FROM rocker/r2u:24.04 RUN install.r remotes renv pak rconfig jsonlite yaml deps RUN installGithub.r analythium/deps -RUN cp -p $(R RHOME)/library/deps/examples/03-cli/deps-cli.R /usr/local/bin/deps-cli +RUN cp -p $(R RHOME)/site-library/deps/examples/03-cli/deps-cli.R /usr/local/bin/deps-cli RUN chmod +x /usr/local/bin/deps-cli COPY ... # your files