Skip to content

Commit 8cc7ebe

Browse files
committed
README.rst: Fix install with circup
Replace nunchuk with adafruit_nunchuk in command circup install to avoid the following issue: Searching for dependencies for: ['nunchuk'] WARNING: nunchuk is not a known CircuitPython library. Ready to install: [] Signed-off-by: Leon Anavi <[email protected]>
1 parent ca8abf5 commit 8cc7ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ following command to install:
8484

8585
.. code-block:: shell
8686
87-
circup install nunchuk
87+
circup install adafruit_nunchuk
8888
8989
Or the following command to update an existing version:
9090

0 commit comments

Comments
 (0)