Skip to content

Commit

Permalink
fix: mdformat issue
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Aug 19, 2024
1 parent 2c97bc3 commit af01f99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit af01f99

Please sign in to comment.