From a3ee9d8977ecee4f7985ac2b201872f1abc84faf Mon Sep 17 00:00:00 2001 From: Prateek Machiraju Date: Sat, 11 Jul 2020 16:43:30 -0400 Subject: [PATCH] Add link to latest development release (#26) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f2ad7fde..769fd7602 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![CI](https://github.com/PhotonVision/photonvision/workflows/CI/badge.svg)](https://github.com/PhotonVision/photonvision/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/PhotonVision/photonvision/branch/master/graph/badge.svg)](https://codecov.io/gh/PhotonVision/photonvision) +A copy of the latest development release is available [here](https://github.com/PhotonVision/photonvision/releases/tag/Dev). PhotonVision is a fork of [Chameleon Vision](https://github.com/Chameleon-Vision/chameleon-vision/), a free open-source software for FRC teams to use for vision processing on their robots. Thank you to everyone who worked on the original project.