Skip to content

Commit 6976311

Browse files
committed
Improved the copy to link to aptGet and explain adding deployed packages
1 parent 3dd303b commit 6976311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/pdf-to-image.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This example demonstrates how to use Trigger.dev to turn a PDF into a series of
1010

1111
## Update your build configuration
1212

13-
To use this example, add these build settings to your `trigger.config.ts` file:
13+
To use this example, add these build settings below to your `trigger.config.ts` file. They ensure that the `mutool` and `curl` packages are installed when you deploy your task. You can learn more about this and see more build settings [here](/config/config-file#aptget).
1414

1515
```ts trigger.config.ts
1616
export default defineConfig({

0 commit comments

Comments
 (0)