diff --git a/README.md b/README.md index d93104e387..05f552f70d 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,13 @@ $ docker pull ghcr.io/apeworx/ape:latest # installs with recommended-plugins ``` or pull the slim if you have specific needs that you'd like to build from: + ```bash $ docker pull ghcr.io/apeworx/ape:latest-slim # installs ape with required packages ``` or build the image locally from source: + ```bash $ docker build -t ape:latest-slim -f Dockerfile.slim . $ docker build -t ape:latest .