diff --git a/docs/source/docs/contributing/building-photon.md b/docs/source/docs/contributing/building-photon.md index 08beb2a2b..3ae9e1989 100644 --- a/docs/source/docs/contributing/building-photon.md +++ b/docs/source/docs/contributing/building-photon.md @@ -284,3 +284,11 @@ Then, run the examples: > cd photonlib-python-examples > run.bat ``` + +#### Downloading Pipeline Artifacts + +Using the [GitHub CLI](https://cli.github.com/), we can download artifacts from pipelines by run ID and name: + +``` +~/photonvision$ gh run download 11759699679 -n jar-Linux +```