utils: raspberrypi: Add a README.md to the old RPi CTT directory
diff mbox series

Message ID 20260330111657.920149-1-naush@raspberrypi.com
State New
Headers show
Series
  • utils: raspberrypi: Add a README.md to the old RPi CTT directory
Related show

Commit Message

Naushir Patuck March 30, 2026, 11:16 a.m. UTC
This points to the GitHub repo hosting the RPi CTT source code and the
python package on pypi.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
---
 utils/raspberrypi/ctt/README.md | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 utils/raspberrypi/ctt/README.md

Comments

Kieran Bingham March 30, 2026, 11:48 a.m. UTC | #1
Quoting Naushir Patuck (2026-03-30 12:16:38)
> This points to the GitHub repo hosting the RPi CTT source code and the
> python package on pypi.
> 
> Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
> ---
>  utils/raspberrypi/ctt/README.md | 5 +++++
>  1 file changed, 5 insertions(+)
>  create mode 100644 utils/raspberrypi/ctt/README.md
> 
> diff --git a/utils/raspberrypi/ctt/README.md b/utils/raspberrypi/ctt/README.md
> new file mode 100644
> index 000000000000..c11644fe9d35
> --- /dev/null
> +++ b/utils/raspberrypi/ctt/README.md
> @@ -0,0 +1,5 @@
> +The Raspberry Pi CTT has moved from this location to the following GitHub repo:
> +https://github.com/raspberrypi/ctt
> +
> +A python package for the Raspberry Pi CTT is also avilable on pypi to install:
> +https://pypi.org/project/rpi-ctt/

I could even have imagined saying ", you can install with pip install
rpi-ctt" here ... but I don't htink that's necessary. Anyone installing
should follow through and read the rest of the documentation too.


Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> -- 
> 2.51.0
>
Laurent Pinchart March 30, 2026, 1:01 p.m. UTC | #2
On Mon, Mar 30, 2026 at 12:16:38PM +0100, Naushir Patuck wrote:
> This points to the GitHub repo hosting the RPi CTT source code and the
> python package on pypi.
> 
> Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
> ---
>  utils/raspberrypi/ctt/README.md | 5 +++++
>  1 file changed, 5 insertions(+)
>  create mode 100644 utils/raspberrypi/ctt/README.md
> 
> diff --git a/utils/raspberrypi/ctt/README.md b/utils/raspberrypi/ctt/README.md
> new file mode 100644
> index 000000000000..c11644fe9d35
> --- /dev/null
> +++ b/utils/raspberrypi/ctt/README.md
> @@ -0,0 +1,5 @@
> +The Raspberry Pi CTT has moved from this location to the following GitHub repo:

Let's spell things fully, s/repo/repository/

> +https://github.com/raspberrypi/ctt
> +
> +A python package for the Raspberry Pi CTT is also avilable on pypi to install:

s/avilable/available/
s/pypi/PyPI/

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> +https://pypi.org/project/rpi-ctt/

Patch
diff mbox series

diff --git a/utils/raspberrypi/ctt/README.md b/utils/raspberrypi/ctt/README.md
new file mode 100644
index 000000000000..c11644fe9d35
--- /dev/null
+++ b/utils/raspberrypi/ctt/README.md
@@ -0,0 +1,5 @@ 
+The Raspberry Pi CTT has moved from this location to the following GitHub repo:
+https://github.com/raspberrypi/ctt
+
+A python package for the Raspberry Pi CTT is also avilable on pypi to install:
+https://pypi.org/project/rpi-ctt/