From 4d3bb4f2e5a422d809fabca643e6beecd2d877c3 Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 31 Oct 2023 20:40:52 -0400 Subject: [PATCH] docs: fix circup install command use the correct package for circup, prefixed by `adafruit_` --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 435c875..5cd4e2f 100644 --- a/README.rst +++ b/README.rst @@ -85,7 +85,7 @@ following command to install: .. code-block:: shell - circup install tsc2007 + circup install adafruit_tsc2007 Or the following command to update an existing version: