Skip to content

Commit 7488332

Browse files
committed
correction workflow readme
1 parent 557a629 commit 7488332

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,16 @@ This repository contains a CaddyServer module for processing images on the fly u
4242

4343
This command compiles Caddy with the image processing module included.
4444

45-
## Usage
4645

46+
### Using prebuilt assets
47+
48+
- You can also install the tool using release assets.
49+
50+
Download the appropriate package from the [Releases page](https://github.com/quix-labs/caddy-image-processor/releases), and then follow the instructions provided for your specific platform.
51+
52+
53+
54+
## Usage
4755

4856
### Using Docker
4957

@@ -53,7 +61,7 @@ docker run -p 80:80 -v $PWD/Caddyfile:/etc/caddy/Caddyfile -d ghcr.io/quix-labs/
5361

5462
Your can see more information in the [official docker documentation for caddy](https://hub.docker.com/_/caddy)
5563

56-
### Using xcaddy build
64+
### Using xcaddy build / prebuilt assets
5765

5866
```bash
5967
/path/to/your/caddy run --config /etc/caddy/Caddyfile

0 commit comments

Comments
 (0)