From 613d437fde7037460cbcb8d69fc653d18fad5351 Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 31 Oct 2023 20:49:51 -0400 Subject: [PATCH 1/2] docs: fix link to duckyscript docs the github repo and related wiki no longer exist, so update the link to point at the official docs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5801c9f..563a36a 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ CircuitPython library for running DuckyScript DuckyScript ============ -You can find the DuckyScript Documentation `here `_ +You can find the DuckyScript Documentation `here `_ Dependencies ============= From 1b0aae875db4011d94c712f84cc57c5bfe68685e Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 31 Oct 2023 20:51:16 -0400 Subject: [PATCH 2/2] docs: fix circup install command prefixes the `circup` install command package with `adafruit_` so it can be installed --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 563a36a..13958bc 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,7 @@ following command to install: .. code-block:: shell - circup install ducky + circup install adafruit_ducky Or the following command to update an existing version: