From d02d2c08c9551cd04f99d38ff6236296d1407ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milio=20Gonzalez?= Date: Mon, 22 Dec 2025 14:55:03 -0500 Subject: [PATCH] Update project-contributions.md to specify that c2pa-rs is the library to look for the version number. Update example version number to today's current version. --- docs/project-contributions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/project-contributions.md b/docs/project-contributions.md index c3affcb4..1e91b22c 100644 --- a/docs/project-contributions.md +++ b/docs/project-contributions.md @@ -28,10 +28,10 @@ pip install -r requirements.txt pip install -r requirements-dev.txt ``` -Download library artifacts for the current version you want, (for example, as shown below for v0.55.0): +Download [c2pa-rs library artifacts](https://github.com/contentauth/c2pa-rs/tags) for the current version you want, (for example, as shown below for v0.73.1): ```bash -python scripts/download_artifacts.py c2pa-v0.55.0 +python scripts/download_artifacts.py c2pa-v0.73.1 ``` Install the package in development mode: