Skip to content

Commit 0d45082

Browse files
committed
Improved the readmes
1 parent 339276f commit 0d45082

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

python-crawl4ai/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Once you have a proxy service, set the following environment variables in your T
3535
3. Activate the virtual environment, depending on your OS: On Mac/Linux: `source venv/bin/activate`, on Windows: `venv\Scripts\activate`
3636
4. Install the Python dependencies `pip install -r requirements.txt`
3737
5. Copy the project ref from your [Trigger.dev dashboard](https://cloud.trigger.dev) and and add it to the `trigger.config.ts` file.
38-
6. Run the Trigger.dev dev CLI command with with `npx trigger dev@latest dev` (it may ask you to authorize the CLI if you haven't already).
38+
6. Run the Trigger.dev [CLI dev command](https://trigger.dev/docs/cli-dev-commands#cli-dev-command) (it may ask you to authorize the CLI if you haven't already).
3939
7. Test the task in the dashboard
40-
8. Deploy the task to production using the CLI command `npx trigger.dev@latest deploy`
40+
8. Deploy the task to production using the Trigger.dev [CLI deploy command](https://trigger.dev/docs/cli-deploy-commands#cli-deploy-command).
4141

4242
## Relevant code
4343

python-image-processing/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ This demo showcases how to use Trigger.dev with Python to process images from UR
3535
S3_PUBLIC_URL=https://your-public-url.com
3636
```
3737
6. Copy the project ref from your [Trigger.dev dashboard](https://cloud.trigger.dev) and add it to the `trigger.config.ts` file.
38-
7. Run the Trigger.dev dev CLI command with `npx trigger dev@latest dev` (it may ask you to authorize the CLI if you haven't already).
38+
7. Run the Trigger.dev [CLI dev command](https://trigger.dev/docs/cli-dev-commands#cli-dev-command) (it may ask you to authorize the CLI if you haven't already).
3939
8. Test the task in the dashboard by providing a valid image URL and processing options.
40-
9. Deploy the task to production using the CLI command `npx trigger.dev@latest deploy`
40+
9. Deploy the task to production using the Trigger.dev [CLI deploy command](https://trigger.dev/docs/cli-deploy-commands#cli-deploy-command).
4141

4242
## Example Payload
4343

python-pdf-form-extractor/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ This demo showcases how to use Trigger.dev with Python to extract structured for
1616
3. Activate the virtual environment, depending on your OS: On Mac/Linux: `source venv/bin/activate`, on Windows: `venv\Scripts\activate`
1717
4. Install the Python dependencies `pip install -r requirements.txt`
1818
5. Copy the project ref from your [Trigger.dev dashboard](https://cloud.trigger.dev) and add it to the `trigger.config.ts` file.
19-
6. Run the Trigger.dev dev CLI command with `npx trigger dev@latest dev` (it may ask you to authorize the CLI if you haven't already).
19+
6. Run the Trigger.dev [CLI dev command](https://trigger.dev/docs/cli-dev-commands#cli-dev-command) (it may ask you to authorize the CLI if you haven't already).
2020
7. Test the task in the dashboard by providing a valid PDF URL.
21-
8. Deploy the task to production using the CLI command `npx trigger.dev@latest deploy`
21+
8. Deploy the task to production using the Trigger.dev [CLI deploy command](https://trigger.dev/docs/cli-deploy-commands#cli-deploy-command).
2222

2323
## Relevant code
2424

0 commit comments

Comments
 (0)