Skip to content

Commit

Permalink
Update tag patterns (#94)
Browse files Browse the repository at this point in the history
* Change take for minimal example, starter on #88

* Test rpyjl
  • Loading branch information
Robinlovelace authored Jan 14, 2025
1 parent fdf412b commit 459882f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ See [github.com/rocker-org](https://github.com/rocker-org/rocker/wiki/Using-the-
You can also pull and run the same images from ghcr.io, e.g. as follow:

```bash
docker run -d -p 8786:8787 -v $(pwd):/home/rstudio/data -e PASSWORD=pw ghcr.io/ghcr.io/geocompx/docker:minimal
# For latest version:
docker run -d -p 8786:8787 -v $(pwd):/home/rstudio/data -e PASSWORD=pw ghcr.io/ghcr.io/geocompx/minimal
# For a specific version/date (see https://github.com/geocompx/docker/pkgs/container/minimal):
docker run -d -p 8786:8787 -v $(pwd):/home/rstudio/data -e PASSWORD=pw ghcr.io/ghcr.io/geocompx/minimal:date_2024-10-14
```

From this point to *build* the book you can open projects in the `geocompr` directory from the project box in the top-right hand corner, and knit `index.Rmd` with the little `knit` button above the the RStudio script panel (`Ctl+Shift+B` should do the same job).
Expand Down

0 comments on commit 459882f

Please sign in to comment.